|
Tensyukaku
|
関数 | |
| int | GetResourceInfo (const TCHAR *ResourceName, const TCHAR *ResourceType, void **DataPointerP, size_t *DataSizeP) |
| int | GetResourceInfoWithStrLen (const TCHAR *ResourceName, size_t ResourceNameLength, const TCHAR *ResourceType, size_t ResourceTypeLength, void **DataPointerP, size_t *DataSizeP) |
| const TCHAR * | GetResourceIDString (int ResourceID) |
| int | GetWindowCRect (RECT *RectBuf) |
| int | GetWindowClientRect (RECT *RectBuf) |
| int | GetWindowFrameRect (RECT *RectBuf) |
| int | GetWindowActiveFlag (void) |
| int | GetWindowMinSizeFlag (void) |
| int | GetWindowMaxSizeFlag (void) |
| int | GetActiveFlag (void) |
| HWND | GetMainWindowHandle (void) |
| int | GetWindowModeFlag (void) |
| int | GetDefaultState (int *SizeX, int *SizeY, int *ColorBitDepth, int *RefreshRate=NULL, int *LeftTopX=NULL, int *LeftTopY=NULL, int *PixelSizeX=NULL, int *PixelSizeY=NULL, int *XDpi=NULL, int *YDpi=NULL) |
| int | GetMonitorDpi (int *XDpi, int *YDpi, int MonitorIndex=-1) |
| int | GetNoActiveState (int ResetFlag=TRUE) |
| int | GetMouseDispFlag (void) |
| int | GetAlwaysRunFlag (void) |
| int | _GetSystemInfo (int *DxLibVer, int *DirectXVer, int *WindowsVer) |
| int | GetPcInfo (TCHAR *OSString, TCHAR *DirectXString, TCHAR *CPUString, int *CPUSpeed, double *FreeMemorySize, double *TotalMemorySize, TCHAR *VideoDriverFileName, TCHAR *VideoDriverString, double *FreeVideoMemorySize, double *TotalVideoMemorySize) |
| int | GetUseMMXFlag (void) |
| int | GetUseSSEFlag (void) |
| int | GetUseSSE2Flag (void) |
| int | GetWindowCloseFlag (void) |
| HINSTANCE | GetTaskInstance (void) |
| int | GetUseWindowRgnFlag (void) |
| int | GetWindowSizeChangeEnableFlag (int *FitScreen=NULL) |
| double | GetWindowSizeExtendRate (double *ExRateX=NULL, double *ExRateY=NULL) |
| int | GetWindowSize (int *Width, int *Height) |
| int | GetWindowEdgeWidth (int *LeftWidth, int *RightWidth, int *TopWidth, int *BottomWidth) |
| int | GetWindowPosition (int *x, int *y) |
| int | GetWindowUserCloseFlag (int StateResetFlag=FALSE) |
| int | CheckWindowMaximizeButtonInput (int StateResetFlag=TRUE) |
| int | GetNotDrawFlag (void) |
| int | GetPaintMessageFlag (void) |
| int | GetValidHiPerformanceCounter (void) |
| TCHAR | GetInputSystemChar (int DeleteFlag) |
| int | ChangeWindowMode (int Flag) |
| int | SetUseCharSet (int CharSet) |
| int | LoadPauseGraph (const TCHAR *FileName) |
| int | LoadPauseGraphWithStrLen (const TCHAR *FileName, size_t FileNameLength) |
| int | LoadPauseGraphFromMem (const void *MemImage, int MemImageSize) |
| int | SetActiveStateChangeCallBackFunction (int(*CallBackFunction)(int ActiveState, void *UserData), void *UserData) |
| int | SetWindowText (const TCHAR *WindowText) |
| int | SetWindowTextWithStrLen (const TCHAR *WindowText, size_t WindowTextLength) |
| int | SetMainWindowText (const TCHAR *WindowText) |
| int | SetMainWindowTextWithStrLen (const TCHAR *WindowText, size_t WindowTextLength) |
| int | SetMainWindowClassName (const TCHAR *ClassName) |
| int | SetMainWindowClassNameWithStrLen (const TCHAR *ClassName, size_t ClassNameLength) |
| int | SetWindowIconID (int ID) |
| int | SetWindowIconHandle (HICON Icon) |
| int | SetUseASyncChangeWindowModeFunction (int Flag, void(*CallBackFunction)(void *), void *Data) |
| int | SetShutdownCallbackFunction (void(*CallbackFunction)(void *), void *Data, const TCHAR *Message) |
| int | SetWindowStyleMode (int Mode) |
| int | SetWindowZOrder (int ZType, int WindowActivateFlag=TRUE) |
| int | SetWindowSizeChangeEnableFlag (int Flag, int FitScreen=TRUE) |
| int | SetWindowSizeExtendRate (double ExRateX, double ExRateY=-1.0) |
| int | SetWindowSize (int Width, int Height) |
| int | SetWindowMaxSize (int MaxWidth, int MaxHeight) |
| int | SetWindowMinSize (int MinWidth, int MinHeight) |
| int | SetWindowPosition (int x, int y) |
| int | SetSysCommandOffFlag (int Flag, const TCHAR *HookDllPath=NULL) |
| int | SetSysCommandOffFlagWithStrLen (int Flag, const TCHAR *HookDllPath=NULL, size_t HookDllPathLength=0) |
| int | SetWindowMaximizeButtonBehavior (int BehaviorType) |
| int | SetHookWinProc (WNDPROC WinProc) |
| int | SetUseHookWinProcReturnValue (int UseFlag) |
| int | SetDoubleStartValidFlag (int Flag) |
| int | CheckDoubleStart (void) |
| int | AddMessageTakeOverWindow (HWND Window) |
| int | SubMessageTakeOverWindow (HWND Window) |
| int | SetWindowInitPosition (int x, int y) |
| int | SetNotWinFlag (int Flag) |
| int | SetNotDrawFlag (int Flag) |
| int | SetNotSoundFlag (int Flag) |
| int | SetNotInputFlag (int Flag) |
| int | SetDialogBoxHandle (HWND WindowHandle) |
| int | SetWindowVisibleFlag (int Flag) |
| int | SetWindowMinimizeFlag (int Flag) |
| int | SetWindowUserCloseEnableFlag (int Flag) |
| int | SetDxLibEndPostQuitMessageFlag (int Flag) |
| int | SetUserWindow (HWND WindowHandle) |
| int | SetUserChildWindow (HWND WindowHandle) |
| int | SetUserWindowMessageProcessDXLibFlag (int Flag) |
| int | SetUseFPUPreserveFlag (int Flag) |
| int | SetValidMousePointerWindowOutClientAreaMoveFlag (int Flag) |
| int | SetUseBackBufferTransColorFlag (int Flag) |
| int | SetUseUpdateLayerdWindowFlag (int Flag) |
| int | SetResourceModule (HMODULE ResourceModule) |
| int | SetUseDxLibWM_PAINTProcess (int Flag) |
| int | SetWindows10_WM_CHAR_CancelTime (int MilliSecond) |
| int | SetDragFileValidFlag (int Flag) |
| int | DragFileInfoClear (void) |
| int | GetDragFilePath (TCHAR *FilePathBuffer) |
| int | GetDragFileNum (void) |
| HRGN | CreateRgnFromGraph (int Width, int Height, const void *MaskData, int Pitch, int Byte) |
| HRGN | CreateRgnFromBaseImage (BASEIMAGE *BaseImage, int TransColorR, int TransColorG, int TransColorB) |
| int | SetWindowRgnGraph (const TCHAR *FileName) |
| int | SetWindowRgnGraphWithStrLen (const TCHAR *FileName, size_t FileNameLength) |
| int | UpdateTransColorWindowRgn (void) |
| int | SetupToolBar (const TCHAR *BitmapName, int DivNum, int ResourceID=-1) |
| int | SetupToolBarWithStrLen (const TCHAR *BitmapName, size_t BitmapNameLength, int DivNum, int ResourceID=-1) |
| int | AddToolBarButton (int Type, int State, int ImageIndex, int ID) |
| int | AddToolBarSep (void) |
| int | GetToolBarButtonState (int ID) |
| int | SetToolBarButtonState (int ID, int State) |
| int | DeleteAllToolBarButton (void) |
| int | SetUseMenuFlag (int Flag) |
| int | SetUseKeyAccelFlag (int Flag) |
| int | AddKeyAccel (const TCHAR *ItemName, int ItemID, int KeyCode, int CtrlFlag, int AltFlag, int ShiftFlag) |
| int | AddKeyAccelWithStrLen (const TCHAR *ItemName, size_t ItemNameLength, int ItemID, int KeyCode, int CtrlFlag, int AltFlag, int ShiftFlag) |
| int | AddKeyAccel_Name (const TCHAR *ItemName, int KeyCode, int CtrlFlag, int AltFlag, int ShiftFlag) |
| int | AddKeyAccel_NameWithStrLen (const TCHAR *ItemName, size_t ItemNameLength, int KeyCode, int CtrlFlag, int AltFlag, int ShiftFlag) |
| int | AddKeyAccel_ID (int ItemID, int KeyCode, int CtrlFlag, int AltFlag, int ShiftFlag) |
| int | ClearKeyAccel (void) |
| int | AddMenuItem (int AddType, const TCHAR *ItemName, int ItemID, int SeparatorFlag, const TCHAR *NewItemName=NULL, int NewItemID=-1) |
| int | AddMenuItemWithStrLen (int AddType, const TCHAR *ItemName, size_t ItemNameLength, int ItemID, int SeparatorFlag, const TCHAR *NewItemName=NULL, size_t NewItemNameLength=0, int NewItemID=-1) |
| int | DeleteMenuItem (const TCHAR *ItemName, int ItemID) |
| int | DeleteMenuItemWithStrLen (const TCHAR *ItemName, size_t ItemNameLength, int ItemID) |
| int | CheckMenuItemSelect (const TCHAR *ItemName, int ItemID) |
| int | CheckMenuItemSelectWithStrLen (const TCHAR *ItemName, size_t ItemNameLength, int ItemID) |
| int | SetMenuItemEnable (const TCHAR *ItemName, int ItemID, int EnableFlag) |
| int | SetMenuItemEnableWithStrLen (const TCHAR *ItemName, size_t ItemNameLength, int ItemID, int EnableFlag) |
| int | SetMenuItemMark (const TCHAR *ItemName, int ItemID, int Mark) |
| int | SetMenuItemMarkWithStrLen (const TCHAR *ItemName, size_t ItemNameLength, int ItemID, int Mark) |
| int | CheckMenuItemSelectAll (void) |
| int | AddMenuItem_Name (const TCHAR *ParentItemName, const TCHAR *NewItemName) |
| int | AddMenuItem_NameWithStrLen (const TCHAR *ParentItemName, size_t ParentItemNameLength, const TCHAR *NewItemName, size_t NewItemNameLength) |
| int | AddMenuLine_Name (const TCHAR *ParentItemName) |
| int | AddMenuLine_NameWithStrLen (const TCHAR *ParentItemName, size_t ParentItemNameLength) |
| int | InsertMenuItem_Name (const TCHAR *ItemName, const TCHAR *NewItemName) |
| int | InsertMenuItem_NameWithStrLen (const TCHAR *ItemName, size_t ItemNameLength, const TCHAR *NewItemName, size_t NewItemNameLength) |
| int | InsertMenuLine_Name (const TCHAR *ItemName) |
| int | InsertMenuLine_NameWithStrLen (const TCHAR *ItemName, size_t ItemNameLength) |
| int | DeleteMenuItem_Name (const TCHAR *ItemName) |
| int | DeleteMenuItem_NameWithStrLen (const TCHAR *ItemName, size_t ItemNameLength) |
| int | CheckMenuItemSelect_Name (const TCHAR *ItemName) |
| int | CheckMenuItemSelect_NameWithStrLen (const TCHAR *ItemName, size_t ItemNameLength) |
| int | SetMenuItemEnable_Name (const TCHAR *ItemName, int EnableFlag) |
| int | SetMenuItemEnable_NameWithStrLen (const TCHAR *ItemName, size_t ItemNameLength, int EnableFlag) |
| int | SetMenuItemMark_Name (const TCHAR *ItemName, int Mark) |
| int | SetMenuItemMark_NameWithStrLen (const TCHAR *ItemName, size_t ItemNameLength, int Mark) |
| int | AddMenuItem_ID (int ParentItemID, const TCHAR *NewItemName, int NewItemID=-1) |
| int | AddMenuItem_IDWithStrLen (int ParentItemID, const TCHAR *NewItemName, size_t NewItemNameLength, int NewItemID=-1) |
| int | AddMenuLine_ID (int ParentItemID) |
| int | InsertMenuItem_ID (int ItemID, int NewItemID) |
| int | InsertMenuLine_ID (int ItemID, int NewItemID) |
| int | DeleteMenuItem_ID (int ItemID) |
| int | CheckMenuItemSelect_ID (int ItemID) |
| int | SetMenuItemEnable_ID (int ItemID, int EnableFlag) |
| int | SetMenuItemMark_ID (int ItemID, int Mark) |
| int | DeleteMenuItemAll (void) |
| int | ClearMenuItemSelect (void) |
| int | GetMenuItemID (const TCHAR *ItemName) |
| int | GetMenuItemIDWithStrLen (const TCHAR *ItemName, size_t ItemNameLength) |
| int | GetMenuItemName (int ItemID, TCHAR *NameBuffer) |
| int | LoadMenuResource (int MenuResourceID) |
| int | SetMenuItemSelectCallBackFunction (void(*CallBackFunction)(const TCHAR *ItemName, int ItemID)) |
| int | SetWindowMenu (int MenuID, int(*MenuProc)(WORD ID)) |
| int | SetDisplayMenuFlag (int Flag) |
| int | GetDisplayMenuFlag (void) |
| int | GetUseMenuFlag (void) |
| int | SetAutoMenuDisplayFlag (int Flag) |
| int | GetWinSockLastError (void) |
| int | SetUseTSFFlag (int UseFlag) |
| int | SetKeyExclusiveCooperativeLevelFlag (int Flag) |
| int | SetKeyboardNotDirectInputFlag (int Flag) |
| int | SetUseDirectInputFlag (int UseFlag) |
| int | SetDirectInputMouseMode (int Mode) |
| int | SetUseXInputFlag (int Flag) |
| int | SetUseXboxControllerDirectInputFlag (int Flag) |
| int | GetJoypadGUID (int PadIndex, GUID *GuidInstanceBuffer, GUID *GuidProductBuffer=NULL) |
| int | GetJoypadName (int InputType, TCHAR *InstanceNameBuffer, TCHAR *ProductNameBuffer) |
| int | ConvertKeyCodeToVirtualKey (int KeyCode) |
| int | ConvertVirtualKeyToKeyCode (int VirtualKey) |
| int | LoadGraphToResource (int ResourceID) |
| int | LoadDivGraphToResource (int ResourceID, int AllNum, int XNum, int YNum, int XSize, int YSize, int *HandleArray) |
| int | LoadDivGraphFToResource (int ResourceID, int AllNum, int XNum, int YNum, float XSize, float YSize, int *HandleArray) |
| int | LoadGraphToResource (const TCHAR *ResourceName, const TCHAR *ResourceType) |
| int | LoadGraphToResourceWithStrLen (const TCHAR *ResourceName, size_t ResourceNameLength, const TCHAR *ResourceType, size_t ResourceTypeLength) |
| int | LoadDivGraphToResource (const TCHAR *ResourceName, const TCHAR *ResourceType, int AllNum, int XNum, int YNum, int XSize, int YSize, int *HandleArray) |
| int | LoadDivGraphToResourceWithStrLen (const TCHAR *ResourceName, size_t ResourceNameLength, const TCHAR *ResourceType, size_t ResourceTypeLength, int AllNum, int XNum, int YNum, int XSize, int YSize, int *HandleArray) |
| int | LoadDivGraphFToResource (const TCHAR *ResourceName, const TCHAR *ResourceType, int AllNum, int XNum, int YNum, float XSize, float YSize, int *HandleArray) |
| int | LoadDivGraphFToResourceWithStrLen (const TCHAR *ResourceName, size_t ResourceNameLength, const TCHAR *ResourceType, size_t ResourceTypeLength, int AllNum, int XNum, int YNum, float XSize, float YSize, int *HandleArray) |
| int | CreateGraphFromID3D11Texture2D (const void *pID3D11Texture2D) |
| const void * | GetGraphID3D11Texture2D (int GrHandle) |
| const void * | GetGraphID3D11RenderTargetView (int GrHandle) |
| const void * | GetGraphID3D11DepthStencilView (int GrHandle) |
| int | BltBackScreenToWindow (HWND Window, int ClientX, int ClientY) |
| int | BltRectBackScreenToWindow (HWND Window, RECT BackScreenRect, RECT WindowClientRect) |
| int | SetScreenFlipTargetWindow (HWND TargetWindow, double ScaleX=1.0, double ScaleY=1.0) |
| int | GetDesktopScreenGraph (int x1, int y1, int x2, int y2, int GrHandle, int DestX=0, int DestY=0) |
| void * | GetDesktopScreenGraphMemImage (int x1, int y1, int x2, int y2, int *Width, int *Height, int *Stride, int ColorBitDepth=32) |
| int | SetMultiThreadFlag (int Flag) |
| int | SetUseDirectDrawDeviceIndex (int Index) |
| int | SetAeroDisableFlag (int Flag) |
| int | SetUseDirect3D9Ex (int Flag) |
| int | SetUseDirect3D11 (int Flag) |
| int | SetUseDirect3D11MinFeatureLevel (int Level) |
| int | SetUseDirect3D11WARPDriver (int Flag) |
| int | SetUseDirect3DVersion (int Version) |
| int | GetUseDirect3DVersion (void) |
| int | GetUseDirect3D11FeatureLevel (void) |
| int | SetUseDirect3D11AdapterIndex (int Index) |
| int | SetUseDirectDrawFlag (int Flag) |
| int | SetUseGDIFlag (int Flag) |
| int | GetUseGDIFlag (void) |
| int | SetDDrawUseGuid (const GUID *Guid) |
| const void * | GetUseDDrawObj (void) |
| const GUID * | GetDirectDrawDeviceGUID (int Number) |
| int | GetDirectDrawDeviceDescription (int Number, char *StringBuffer) |
| int | GetDirectDrawDeviceNum (void) |
| const void * | GetUseDirect3DDevice9 (void) |
| const void * | GetUseDirect3D9BackBufferSurface (void) |
| const void * | GetUseDirect3D11Device (void) |
| const void * | GetUseDirect3D11DeviceContext (void) |
| const void * | GetUseDirect3D11BackBufferTexture2D (void) |
| const void * | GetUseDirect3D11BackBufferRenderTargetView (void) |
| const void * | GetUseDirect3D11DepthStencilTexture2D (void) |
| int | SetDrawScreen_ID3D11RenderTargetView (const void *pID3D11RenderTargetView, const void *pID3D11DepthStencilView=NULL) |
| int | RefreshDxLibDirect3DSetting (void) |
| int | SetUseMediaFoundationFlag (int Flag) |
| int | ColorKaiseki (const void *PixelData, COLORDATA *ColorData) |
| int | BmpBltToMask (HBITMAP Bmp, int BmpPointX, int BmpPointY, int MaskHandle) |
| HANDLE | AddFontFile (const TCHAR *FontFilePath) |
| HANDLE | AddFontFileWithStrLen (const TCHAR *FontFilePath, size_t FontFilePathLength) |
| HANDLE | AddFontFileFromMem (const void *FontFileImage, int FontFileImageSize) |
| int | RemoveFontFile (HANDLE FontHandle) |
| int | CreateFontDataFile (const TCHAR *SaveFilePath, const TCHAR *FontName, int Size, int BitDepth, int Thick, int Italic=FALSE, int CharSet=-1, const TCHAR *SaveCharaList=NULL) |
| int | CreateFontDataFileWithStrLen (const TCHAR *SaveFilePath, size_t SaveFilePathLength, const TCHAR *FontName, size_t FontNameLength, int Size, int BitDepth, int Thick, int Italic=FALSE, int CharSet=-1, const TCHAR *SaveCharaList=NULL, size_t SaveCharaListLength=0) |
| HBITMAP | CreateDIBGraph (const TCHAR *FileName, int ReverseFlag, COLORDATA *SrcColor) |
| HBITMAP | CreateDIBGraphWithStrLen (const TCHAR *FileName, size_t FileNameLength, int ReverseFlag, COLORDATA *SrcColor) |
| HBITMAP | CreateDIBGraphToMem (const BITMAPINFO *BmpInfo, const void *GraphData, int ReverseFlag, COLORDATA *SrcColor) |
| int | CreateDIBGraph_plus_Alpha (const TCHAR *FileName, HBITMAP *RGBBmp, HBITMAP *AlphaBmp, int ReverseFlag=FALSE, COLORDATA *SrcColor=NULL) |
| int | CreateDIBGraph_plus_AlphaWithStrLen (const TCHAR *FileName, size_t FileNameLength, HBITMAP *RGBBmp, HBITMAP *AlphaBmp, int ReverseFlag=FALSE, COLORDATA *SrcColor=NULL) |
| HBITMAP | CreateDIBGraphVer2 (const TCHAR *FileName, const void *MemImage, int MemImageSize, int ImageType, int ReverseFlag, COLORDATA *SrcColor) |
| HBITMAP | CreateDIBGraphVer2WithStrLen (const TCHAR *FileName, size_t FileNameLength, const void *MemImage, int MemImageSize, int ImageType, int ReverseFlag, COLORDATA *SrcColor) |
| int | CreateDIBGraphVer2_plus_Alpha (const TCHAR *FileName, const void *MemImage, int MemImageSize, const void *AlphaImage, int AlphaImageSize, int ImageType, HBITMAP *RGBBmp, HBITMAP *AlphaBmp, int ReverseFlag, COLORDATA *SrcColor) |
| int | CreateDIBGraphVer2_plus_AlphaWithStrLen (const TCHAR *FileName, size_t FileNameLength, const void *MemImage, int MemImageSize, const void *AlphaImage, int AlphaImageSize, int ImageType, HBITMAP *RGBBmp, HBITMAP *AlphaBmp, int ReverseFlag, COLORDATA *SrcColor) |
| int | ConvBitmapToGraphImage (const BITMAPINFO *BmpInfo, void *GraphData, BASEIMAGE *GraphImage, int CopyFlag) |
| int | ConvGraphImageToBitmap (const BASEIMAGE *GraphImage, BITMAPINFO *BmpInfo, void **GraphData, int CopyFlag, int FullColorConv=TRUE) |
| int | UpdateLayerdWindowForBaseImage (const BASEIMAGE *BaseImage) |
| int | UpdateLayerdWindowForBaseImageRect (const BASEIMAGE *BaseImage, int x1, int y1, int x2, int y2) |
| int | UpdateLayerdWindowForPremultipliedAlphaBaseImage (const BASEIMAGE *BaseImage) |
| int | UpdateLayerdWindowForPremultipliedAlphaBaseImageRect (const BASEIMAGE *BaseImage, int x1, int y1, int x2, int y2) |
| int | GetDesktopScreenBaseImage (int x1, int y1, int x2, int y2, BASEIMAGE *BaseImage, int DestX, int DestY) |
| int | UpdateLayerdWindowForSoftImage (int SIHandle) |
| int | UpdateLayerdWindowForSoftImageRect (int SIHandle, int x1, int y1, int x2, int y2) |
| int | UpdateLayerdWindowForPremultipliedAlphaSoftImage (int SIHandle) |
| int | UpdateLayerdWindowForPremultipliedAlphaSoftImageRect (int SIHandle, int x1, int y1, int x2, int y2) |
| int | GetDesktopScreenSoftImage (int x1, int y1, int x2, int y2, int SIHandle, int DestX, int DestY) |
| int | LoadSoundMemByResource (const TCHAR *ResourceName, const TCHAR *ResourceType, int BufferNum=1) |
| int | LoadSoundMemByResourceWithStrLen (const TCHAR *ResourceName, size_t ResourceNameLength, const TCHAR *ResourceType, size_t ResourceTypeLength, int BufferNum=1) |
| int | SetUseSoftwareMixingSoundFlag (int Flag) |
| int | SetEnableXAudioFlag (int Flag) |
| int | SetEnableWASAPIFlag (int Flag, int IsExclusive=TRUE, int DevicePeriod=-1, int SamplePerSec=44100) |
| int | SetEnableASIOFlag (int Flag, int BufferSize=-1, int SamplePerSec=44100) |
| const void * | GetDSoundObj (void) |
| int | LoadMusicMemByResource (const TCHAR *ResourceName, const TCHAR *ResourceType) |
| int | LoadMusicMemByResourceWithStrLen (const TCHAR *ResourceName, size_t ResourceNameLength, const TCHAR *ResourceType, size_t ResourceTypeLength) |
| int | PlayMusicByResource (const TCHAR *ResourceName, const TCHAR *ResourceType, int PlayType) |
| int | PlayMusicByResourceWithStrLen (const TCHAR *ResourceName, size_t ResourceNameLength, const TCHAR *ResourceType, size_t ResourceTypeLength, int PlayType) |
| int | DxLib_Init (void) |
| int | DxLib_End (void) |
| int | DxLib_GlobalStructInitialize (void) |
| int | DxLib_IsInit (void) |
| int | GetLastErrorCode (void) |
| int | GetLastErrorMessage (TCHAR *StringBuffer, int StringBufferBytes) |
| int | ProcessMessage (void) |
| int | SetAlwaysRunFlag (int Flag) |
| int | WaitTimer (int WaitTime) |
| int | WaitKey (void) |
| int | GetNowCount (int UseRDTSCFlag=FALSE) |
| LONGLONG | GetNowHiPerformanceCount (int UseRDTSCFlag=FALSE) |
| ULONGLONG | GetNowSysPerformanceCount (void) |
| ULONGLONG | GetSysPerformanceFrequency (void) |
| ULONGLONG | ConvSysPerformanceCountToSeconds (ULONGLONG Count) |
| ULONGLONG | ConvSysPerformanceCountToMilliSeconds (ULONGLONG Count) |
| ULONGLONG | ConvSysPerformanceCountToMicroSeconds (ULONGLONG Count) |
| ULONGLONG | ConvSysPerformanceCountToNanoSeconds (ULONGLONG Count) |
| ULONGLONG | ConvSecondsToSysPerformanceCount (ULONGLONG Seconds) |
| ULONGLONG | ConvMilliSecondsToSysPerformanceCount (ULONGLONG MilliSeconds) |
| ULONGLONG | ConvMicroSecondsToSysPerformanceCount (ULONGLONG MicroSeconds) |
| ULONGLONG | ConvNanoSecondsToSysPerformanceCount (ULONGLONG NanoSeconds) |
| int | GetDateTime (DATEDATA *DateBuf) |
| int | GetRand (int RandMax) |
| int | SRand (int Seed) |
| int | GetBatteryLifePercent (void) |
| int | GetClipboardText (TCHAR *DestBuffer) |
| int | SetClipboardText (const TCHAR *Text) |
| int | SetClipboardTextWithStrLen (const TCHAR *Text, size_t TextLength) |
| int | GetPrivateProfileStringDx (const TCHAR *AppName, const TCHAR *KeyName, const TCHAR *Default, TCHAR *ReturnedStringBuffer, size_t ReturnedStringBufferBytes, const TCHAR *IniFilePath, int IniFileCharCodeFormat=-1) |
| int | GetPrivateProfileStringDxWithStrLen (const TCHAR *AppName, size_t AppNameLength, const TCHAR *KeyName, size_t KeyNameLength, const TCHAR *Default, size_t DefaultLength, TCHAR *ReturnedStringBuffer, size_t ReturnedStringBufferBytes, const TCHAR *IniFilePath, size_t IniFilePathLength, int IniFileCharCodeFormat=-1) |
| int | GetPrivateProfileIntDx (const TCHAR *AppName, const TCHAR *KeyName, int Default, const TCHAR *IniFilePath, int IniFileCharCodeFormat=-1) |
| int | GetPrivateProfileIntDxWithStrLen (const TCHAR *AppName, size_t AppNameLength, const TCHAR *KeyName, size_t KeyNameLength, int Default, const TCHAR *IniFilePath, size_t IniFilePathLength, int IniFileCharCodeFormat=-1) |
| int | GetPrivateProfileStringDxForMem (const TCHAR *AppName, const TCHAR *KeyName, const TCHAR *Default, TCHAR *ReturnedStringBuffer, size_t ReturnedStringBufferBytes, const void *IniFileImage, size_t IniFileImageBytes, int IniFileCharCodeFormat=-1) |
| int | GetPrivateProfileStringDxForMemWithStrLen (const TCHAR *AppName, size_t AppNameLength, const TCHAR *KeyName, size_t KeyNameLength, const TCHAR *Default, size_t DefaultLength, TCHAR *ReturnedStringBuffer, size_t ReturnedStringBufferBytes, const void *IniFileImage, size_t IniFileImageBytes, int IniFileCharCodeFormat=-1) |
| int | GetPrivateProfileIntDxForMem (const TCHAR *AppName, const TCHAR *KeyName, int Default, const void *IniFileImage, size_t IniFileImageBytes, int IniFileCharCodeFormat=-1) |
| int | GetPrivateProfileIntDxForMemWithStrLen (const TCHAR *AppName, size_t AppNameLength, const TCHAR *KeyName, size_t KeyNameLength, int Default, const void *IniFileImage, size_t IniFileImageBytes, int IniFileCharCodeFormat=-1) |
| int | LogFileAdd (const TCHAR *String) |
| int | LogFileAddWithStrLen (const TCHAR *String, size_t StringLength) |
| int | LogFileFmtAdd (const TCHAR *FormatString,...) |
| int | LogFileTabAdd (void) |
| int | LogFileTabSub (void) |
| int | ErrorLogAdd (const TCHAR *String) |
| int | ErrorLogFmtAdd (const TCHAR *FormatString,...) |
| int | ErrorLogTabAdd (void) |
| int | ErrorLogTabSub (void) |
| int | SetUseTimeStampFlag (int UseFlag) |
| int | AppLogAdd (const TCHAR *String,...) |
| int | SetOutApplicationLogValidFlag (int Flag) |
| int | SetApplicationLogFileName (const TCHAR *FileName) |
| int | SetApplicationLogFileNameWithStrLen (const TCHAR *FileName, size_t FileNameLength) |
| int | SetApplicationLogSaveDirectory (const TCHAR *DirectoryPath) |
| int | SetApplicationLogSaveDirectoryWithStrLen (const TCHAR *DirectoryPath, size_t DirectoryPathLength) |
| int | SetUseDateNameLogFile (int Flag) |
| int | SetLogDrawOutFlag (int DrawFlag) |
| int | GetLogDrawFlag (void) |
| int | SetLogFontSize (int Size) |
| int | SetLogFontHandle (int FontHandle) |
| int | SetLogDrawArea (int x1, int y1, int x2, int y2) |
| int | printfDx (const TCHAR *FormatString,...) |
| int | putsDx (const TCHAR *String, int NewLine=TRUE) |
| int | putsDxWithStrLen (const TCHAR *String, size_t StringLength, int NewLine=TRUE) |
| int | clsDx (void) |
| int | SetUseASyncLoadFlag (int Flag) |
| int | GetUseASyncLoadFlag (void) |
| int | CheckHandleASyncLoad (int Handle) |
| int | GetHandleASyncLoadResult (int Handle) |
| int | SetASyncLoadFinishDeleteFlag (int Handle) |
| int | GetASyncLoadNum (void) |
| int | SetASyncLoadThreadNum (int ThreadNum) |
| int | SetDeleteHandleFlag (int Handle, int *DeleteFlag) |
| int | SetMouseDispFlag (int DispFlag) |
| int | GetMousePoint (int *XBuf, int *YBuf) |
| int | SetMousePoint (int PointX, int PointY) |
| int | GetMouseInput (void) |
| int | GetMouseWheelRotVol (int CounterReset=TRUE) |
| int | GetMouseHWheelRotVol (int CounterReset=TRUE) |
| float | GetMouseWheelRotVolF (int CounterReset=TRUE) |
| float | GetMouseHWheelRotVolF (int CounterReset=TRUE) |
| int | GetMouseInputLog (int *Button, int *ClickX, int *ClickY, int LogDelete=TRUE) |
| int | GetMouseInputLog2 (int *Button, int *ClickX, int *ClickY, int *LogType, int LogDelete=TRUE) |
| int | GetTouchInputNum (void) |
| int | GetTouchInput (int InputNo, int *PositionX, int *PositionY, int *ID=NULL, int *Device=NULL) |
| int | GetTouchInputLogNum (void) |
| int | ClearTouchInputLog (void) |
| TOUCHINPUTDATA | GetTouchInputLogOne (int PeekFlag=FALSE) |
| int | GetTouchInputLog (TOUCHINPUTDATA *TouchData, int GetNum, int PeekFlag=FALSE) |
| int | GetTouchInputDownLogNum (void) |
| int | ClearTouchInputDownLog (void) |
| TOUCHINPUTPOINT | GetTouchInputDownLogOne (int PeekFlag=FALSE) |
| int | GetTouchInputDownLog (TOUCHINPUTPOINT *PointData, int GetNum, int PeekFlag=FALSE) |
| int | GetTouchInputUpLogNum (void) |
| int | ClearTouchInputUpLog (void) |
| TOUCHINPUTPOINT | GetTouchInputUpLogOne (int PeekFlag=FALSE) |
| int | GetTouchInputUpLog (TOUCHINPUTPOINT *PointData, int GetNum, int PeekFlag=FALSE) |
| void * | DxAlloc (size_t AllocSize, const char *File=NULL, int Line=-1) |
| void * | DxAllocAligned (size_t AllocSize, size_t Alignment, const char *File=NULL, int Line=-1) |
| void * | DxCalloc (size_t AllocSize, const char *File=NULL, int Line=-1) |
| void * | DxCallocAligned (size_t AllocSize, size_t Alignment, const char *File=NULL, int Line=-1) |
| void * | DxRealloc (void *Memory, size_t AllocSize, const char *File=NULL, int Line=-1) |
| void * | DxReallocAligned (void *Memory, size_t AllocSize, size_t Alignment, const char *File=NULL, int Line=-1) |
| void | DxFree (void *Memory) |
| size_t | DxSetAllocSizeTrap (size_t Size) |
| int | DxSetAllocPrintFlag (int Flag) |
| size_t | DxGetAllocSize (void) |
| int | DxGetAllocNum (void) |
| void | DxDumpAlloc (void) |
| void | DxDrawAlloc (int x, int y, int Width, int Height) |
| int | DxErrorCheckAlloc (void) |
| int | DxSetAllocSizeOutFlag (int Flag) |
| int | DxSetAllocMemoryErrorCheckFlag (int Flag) |
| int | GetCharBytes (int CharCodeFormat, const void *String) |
| int | ConvertStringCharCodeFormat (int SrcCharCodeFormat, const void *SrcString, int DestCharCodeFormat, void *DestStringBuffer) |
| int | SetUseCharCodeFormat (int CharCodeFormat) |
| int | GetUseCharCodeFormat (void) |
| int | Get_wchar_t_CharCodeFormat (void) |
| void | strcpyDx (TCHAR *Dest, const TCHAR *Src) |
| void | strcpy_sDx (TCHAR *Dest, size_t DestBytes, const TCHAR *Src) |
| void | strpcpyDx (TCHAR *Dest, const TCHAR *Src, int Pos) |
| void | strpcpy_sDx (TCHAR *Dest, size_t DestBytes, const TCHAR *Src, int Pos) |
| void | strpcpy2Dx (TCHAR *Dest, const TCHAR *Src, int Pos) |
| void | strpcpy2_sDx (TCHAR *Dest, size_t DestBytes, const TCHAR *Src, int Pos) |
| void | strncpyDx (TCHAR *Dest, const TCHAR *Src, int Num) |
| void | strncpy_sDx (TCHAR *Dest, size_t DestBytes, const TCHAR *Src, int Num) |
| void | strncpy2Dx (TCHAR *Dest, const TCHAR *Src, int Num) |
| void | strncpy2_sDx (TCHAR *Dest, size_t DestBytes, const TCHAR *Src, int Num) |
| void | strrncpyDx (TCHAR *Dest, const TCHAR *Src, int Num) |
| void | strrncpy_sDx (TCHAR *Dest, size_t DestBytes, const TCHAR *Src, int Num) |
| void | strrncpy2Dx (TCHAR *Dest, const TCHAR *Src, int Num) |
| void | strrncpy2_sDx (TCHAR *Dest, size_t DestBytes, const TCHAR *Src, int Num) |
| void | strpncpyDx (TCHAR *Dest, const TCHAR *Src, int Pos, int Num) |
| void | strpncpy_sDx (TCHAR *Dest, size_t DestBytes, const TCHAR *Src, int Pos, int Num) |
| void | strpncpy2Dx (TCHAR *Dest, const TCHAR *Src, int Pos, int Num) |
| void | strpncpy2_sDx (TCHAR *Dest, size_t DestBytes, const TCHAR *Src, int Pos, int Num) |
| void | strcatDx (TCHAR *Dest, const TCHAR *Src) |
| void | strcat_sDx (TCHAR *Dest, size_t DestBytes, const TCHAR *Src) |
| size_t | strlenDx (const TCHAR *Str) |
| size_t | strlen2Dx (const TCHAR *Str) |
| int | strcmpDx (const TCHAR *Str1, const TCHAR *Str2) |
| int | stricmpDx (const TCHAR *Str1, const TCHAR *Str2) |
| int | strncmpDx (const TCHAR *Str1, const TCHAR *Str2, int Num) |
| int | strncmp2Dx (const TCHAR *Str1, const TCHAR *Str2, int Num) |
| int | strpncmpDx (const TCHAR *Str1, const TCHAR *Str2, int Pos, int Num) |
| int | strpncmp2Dx (const TCHAR *Str1, const TCHAR *Str2, int Pos, int Num) |
| DWORD | strgetchrDx (const TCHAR *Str, int Pos, int *CharNums=NULL) |
| DWORD | strgetchr2Dx (const TCHAR *Str, int Pos, int *CharNums=NULL) |
| int | strputchrDx (TCHAR *Str, int Pos, DWORD CharCode) |
| int | strputchr2Dx (TCHAR *Str, int Pos, DWORD CharCode) |
| const TCHAR * | strposDx (const TCHAR *Str, int Pos) |
| const TCHAR * | strpos2Dx (const TCHAR *Str, int Pos) |
| const TCHAR * | strstrDx (const TCHAR *Str1, const TCHAR *Str2) |
| int | strstr2Dx (const TCHAR *Str1, const TCHAR *Str2) |
| const TCHAR * | strrstrDx (const TCHAR *Str1, const TCHAR *Str2) |
| int | strrstr2Dx (const TCHAR *Str1, const TCHAR *Str2) |
| const TCHAR * | strchrDx (const TCHAR *Str, DWORD CharCode) |
| int | strchr2Dx (const TCHAR *Str, DWORD CharCode) |
| const TCHAR * | strrchrDx (const TCHAR *Str, DWORD CharCode) |
| int | strrchr2Dx (const TCHAR *Str, DWORD CharCode) |
| TCHAR * | struprDx (TCHAR *Str) |
| int | vsprintfDx (TCHAR *Buffer, const TCHAR *FormatString, va_list Arg) |
| int | vsnprintfDx (TCHAR *Buffer, size_t BufferSize, const TCHAR *FormatString, va_list Arg) |
| int | sprintfDx (TCHAR *Buffer, const TCHAR *FormatString,...) |
| int | snprintfDx (TCHAR *Buffer, size_t BufferSize, const TCHAR *FormatString,...) |
| TCHAR * | itoaDx (int Value, TCHAR *Buffer, int Radix) |
| TCHAR * | itoa_sDx (int Value, TCHAR *Buffer, size_t BufferBytes, int Radix) |
| int | atoiDx (const TCHAR *Str) |
| double | atofDx (const TCHAR *Str) |
| int | vsscanfDx (const TCHAR *String, const TCHAR *FormatString, va_list Arg) |
| int | sscanfDx (const TCHAR *String, const TCHAR *FormatString,...) |
| int | ProcessNetMessage (int RunReleaseProcess=FALSE) |
| int | GetHostIPbyName (const TCHAR *HostName, IPDATA *IPDataBuf, int IPDataBufLength=1, int *IPDataGetNum=NULL) |
| int | GetHostIPbyNameWithStrLen (const TCHAR *HostName, size_t HostNameLength, IPDATA *IPDataBuf, int IPDataBufLength=1, int *IPDataGetNum=NULL) |
| int | GetHostIPbyName_IPv6 (const TCHAR *HostName, IPDATA_IPv6 *IPDataBuf, int IPDataBufLength=1, int *IPDataGetNum=NULL) |
| int | GetHostIPbyName_IPv6WithStrLen (const TCHAR *HostName, size_t HostNameLength, IPDATA_IPv6 *IPDataBuf, int IPDataBufLength=1, int *IPDataGetNum=NULL) |
| int | ConnectNetWork (IPDATA IPData, int Port=-1) |
| int | ConnectNetWork_IPv6 (IPDATA_IPv6 IPData, int Port=-1) |
| int | ConnectNetWork_ASync (IPDATA IPData, int Port=-1) |
| int | ConnectNetWork_IPv6_ASync (IPDATA_IPv6 IPData, int Port=-1) |
| int | PreparationListenNetWork (int Port=-1) |
| int | PreparationListenNetWork_IPv6 (int Port=-1) |
| int | StopListenNetWork (void) |
| int | CloseNetWork (int NetHandle) |
| int | GetNetWorkAcceptState (int NetHandle) |
| int | GetNetWorkDataLength (int NetHandle) |
| int | GetNetWorkSendDataLength (int NetHandle) |
| int | GetNewAcceptNetWork (void) |
| int | GetLostNetWork (void) |
| int | GetNetWorkIP (int NetHandle, IPDATA *IpBuf) |
| int | GetNetWorkIP_IPv6 (int NetHandle, IPDATA_IPv6 *IpBuf) |
| int | GetMyIPAddress (IPDATA *IpBuf, int IpBufLength=1, int *IpNum=NULL) |
| int | GetMyIPAddress_IPv6 (IPDATA_IPv6 *IpBuf, int IpBufLength=1, int *IpNum=NULL) |
| int | SetConnectTimeOutWait (int Time) |
| int | SetUseDXNetWorkProtocol (int Flag) |
| int | GetUseDXNetWorkProtocol (void) |
| int | SetUseDXProtocol (int Flag) |
| int | GetUseDXProtocol (void) |
| int | SetNetWorkCloseAfterLostFlag (int Flag) |
| int | GetNetWorkCloseAfterLostFlag (void) |
| int | NetWorkRecv (int NetHandle, void *Buffer, int Length) |
| int | NetWorkRecvToPeek (int NetHandle, void *Buffer, int Length) |
| int | NetWorkRecvBufferClear (int NetHandle) |
| int | NetWorkSend (int NetHandle, const void *Buffer, int Length) |
| int | MakeUDPSocket (int RecvPort=-1) |
| int | MakeUDPSocket_IPv6 (int RecvPort=-1) |
| int | DeleteUDPSocket (int NetUDPHandle) |
| int | NetWorkSendUDP (int NetUDPHandle, IPDATA SendIP, int SendPort, const void *Buffer, int Length) |
| int | NetWorkSendUDP_IPv6 (int NetUDPHandle, IPDATA_IPv6 SendIP, int SendPort, const void *Buffer, int Length) |
| int | NetWorkRecvUDP (int NetUDPHandle, IPDATA *RecvIP, int *RecvPort, void *Buffer, int Length, int Peek) |
| int | NetWorkRecvUDP_IPv6 (int NetUDPHandle, IPDATA_IPv6 *RecvIP, int *RecvPort, void *Buffer, int Length, int Peek) |
| int | CheckNetWorkRecvUDP (int NetUDPHandle) |
| int | StockInputChar (TCHAR CharCode) |
| int | ClearInputCharBuf (void) |
| TCHAR | GetInputChar (int DeleteFlag) |
| TCHAR | GetInputCharWait (int DeleteFlag) |
| int | GetOneChar (TCHAR *CharBuffer, int DeleteFlag) |
| int | GetOneCharWait (TCHAR *CharBuffer, int DeleteFlag) |
| int | GetCtrlCodeCmp (TCHAR Char) |
| int | DrawIMEInputString (int x, int y, int SelectStringNum, int DrawCandidateList=TRUE) |
| int | SetUseIMEFlag (int UseFlag) |
| int | GetUseIMEFlag (void) |
| int | SetInputStringMaxLengthIMESync (int Flag) |
| int | SetIMEInputStringMaxLength (int Length) |
| int | GetStringPoint (const TCHAR *String, int Point) |
| int | GetStringPointWithStrLen (const TCHAR *String, size_t StringLength, int Point) |
| int | GetStringPoint2 (const TCHAR *String, int Point) |
| int | GetStringPoint2WithStrLen (const TCHAR *String, size_t StringLength, int Point) |
| int | GetStringLength (const TCHAR *String) |
| int | DrawObtainsString (int x, int y, int AddY, const TCHAR *String, unsigned int StrColor, unsigned int StrEdgeColor=0, int FontHandle=-1, unsigned int SelectBackColor=0xffffffff, unsigned int SelectStrColor=0, unsigned int SelectStrEdgeColor=0xffffffff, int SelectStart=-1, int SelectEnd=-1) |
| int | DrawObtainsNString (int x, int y, int AddY, const TCHAR *String, size_t StringLength, unsigned int StrColor, unsigned int StrEdgeColor=0, int FontHandle=-1, unsigned int SelectBackColor=0xffffffff, unsigned int SelectStrColor=0, unsigned int SelectStrEdgeColor=0xffffffff, int SelectStart=-1, int SelectEnd=-1) |
| int | DrawObtainsString_CharClip (int x, int y, int AddY, const TCHAR *String, unsigned int StrColor, unsigned int StrEdgeColor=0, int FontHandle=-1, unsigned int SelectBackColor=0xffffffff, unsigned int SelectStrColor=0, unsigned int SelectStrEdgeColor=0xffffffff, int SelectStart=-1, int SelectEnd=-1) |
| int | DrawObtainsNString_CharClip (int x, int y, int AddY, const TCHAR *String, size_t StringLength, unsigned int StrColor, unsigned int StrEdgeColor=0, int FontHandle=-1, unsigned int SelectBackColor=0xffffffff, unsigned int SelectStrColor=0, unsigned int SelectStrEdgeColor=0xffffffff, int SelectStart=-1, int SelectEnd=-1) |
| int | GetObtainsStringCharPosition (int x, int y, int AddY, const TCHAR *String, int StrLen, int *PosX, int *PosY, int FontHandle=-1) |
| int | GetObtainsStringCharPosition_CharClip (int x, int y, int AddY, const TCHAR *String, int StrLen, int *PosX, int *PosY, int FontHandle=-1) |
| int | DrawObtainsBox (int x1, int y1, int x2, int y2, int AddY, unsigned int Color, int FillFlag) |
| int | InputStringToCustom (int x, int y, size_t BufLength, TCHAR *StrBuffer, int CancelValidFlag, int SingleCharOnlyFlag, int NumCharOnlyFlag, int DoubleCharOnlyFlag=FALSE, int EnableNewLineFlag=FALSE, int DisplayCandidateList=TRUE) |
| int | KeyInputString (int x, int y, size_t CharMaxLength, TCHAR *StrBuffer, int CancelValidFlag) |
| int | KeyInputSingleCharString (int x, int y, size_t CharMaxLength, TCHAR *StrBuffer, int CancelValidFlag) |
| int | KeyInputNumber (int x, int y, int MaxNum, int MinNum, int CancelValidFlag) |
| int | GetIMEInputModeStr (TCHAR *GetBuffer) |
| const IMEINPUTDATA * | GetIMEInputData (void) |
| int | SetKeyInputStringColor (ULONGLONG NmlStr, ULONGLONG NmlCur, ULONGLONG IMEStrBack, ULONGLONG IMECur, ULONGLONG IMELine, ULONGLONG IMESelectStr, ULONGLONG IMEModeStr, ULONGLONG NmlStrE=0, ULONGLONG IMESelectStrE=0, ULONGLONG IMEModeStrE=0, ULONGLONG IMESelectWinE=ULL_PARAM(0xffffffffffffffff), ULONGLONG IMESelectWinF=ULL_PARAM(0xffffffffffffffff), ULONGLONG SelectStrBackColor=ULL_PARAM(0xffffffffffffffff), ULONGLONG SelectStrColor=ULL_PARAM(0xffffffffffffffff), ULONGLONG SelectStrEdgeColor=ULL_PARAM(0xffffffffffffffff), ULONGLONG IMEStr=ULL_PARAM(0xffffffffffffffff), ULONGLONG IMEStrE=ULL_PARAM(0xffffffffffffffff)) |
| int | SetKeyInputStringColor2 (int TargetColor, unsigned int Color) |
| int | ResetKeyInputStringColor2 (int TargetColor) |
| int | SetKeyInputStringFont (int FontHandle) |
| int | SetKeyInputStringEndCharaMode (int EndCharaMode) |
| int | DrawKeyInputModeString (int x, int y) |
| int | InitKeyInput (void) |
| int | MakeKeyInput (size_t MaxStrLength, int CancelValidFlag, int SingleCharOnlyFlag, int NumCharOnlyFlag, int DoubleCharOnlyFlag=FALSE, int EnableNewLineFlag=FALSE) |
| int | DeleteKeyInput (int InputHandle) |
| int | SetActiveKeyInput (int InputHandle) |
| int | GetActiveKeyInput (void) |
| int | CheckKeyInput (int InputHandle) |
| int | ReStartKeyInput (int InputHandle) |
| int | ProcessActKeyInput (void) |
| int | DrawKeyInputString (int x, int y, int InputHandle, int DrawCandidateList=TRUE) |
| int | SetKeyInputDrawArea (int x1, int y1, int x2, int y2, int InputHandle) |
| int | SetKeyInputSelectArea (int SelectStart, int SelectEnd, int InputHandle) |
| int | GetKeyInputSelectArea (int *SelectStart, int *SelectEnd, int InputHandle) |
| int | SetKeyInputDrawStartPos (int DrawStartPos, int InputHandle) |
| int | GetKeyInputDrawStartPos (int InputHandle) |
| int | SetKeyInputCursorBrinkTime (int Time) |
| int | SetKeyInputCursorBrinkFlag (int Flag) |
| int | SetKeyInputString (const TCHAR *String, int InputHandle) |
| int | SetKeyInputStringWithStrLen (const TCHAR *String, size_t StringLength, int InputHandle) |
| int | SetKeyInputNumber (int Number, int InputHandle) |
| int | SetKeyInputNumberToFloat (float Number, int InputHandle) |
| int | GetKeyInputString (TCHAR *StrBuffer, int InputHandle) |
| int | GetKeyInputNumber (int InputHandle) |
| float | GetKeyInputNumberToFloat (int InputHandle) |
| int | SetKeyInputCursorPosition (int Position, int InputHandle) |
| int | GetKeyInputCursorPosition (int InputHandle) |
| int | FileRead_open (const TCHAR *FilePath, int ASync=FALSE) |
| int | FileRead_open_WithStrLen (const TCHAR *FilePath, size_t FilePathLength, int ASync=FALSE) |
| int | FileRead_open_mem (const void *FileImage, size_t FileImageSize) |
| LONGLONG | FileRead_size (const TCHAR *FilePath) |
| LONGLONG | FileRead_size_WithStrLen (const TCHAR *FilePath, size_t FilePathLength) |
| int | FileRead_close (int FileHandle) |
| LONGLONG | FileRead_tell (int FileHandle) |
| int | FileRead_seek (int FileHandle, LONGLONG Offset, int Origin) |
| int | FileRead_read (void *Buffer, int ReadSize, int FileHandle) |
| int | FileRead_idle_chk (int FileHandle) |
| int | FileRead_eof (int FileHandle) |
| int | FileRead_set_format (int FileHandle, int CharCodeFormat) |
| int | FileRead_gets (TCHAR *Buffer, int BufferSize, int FileHandle) |
| TCHAR | FileRead_getc (int FileHandle) |
| int | FileRead_scanf (int FileHandle, const TCHAR *Format,...) |
| DWORD_PTR | FileRead_createInfo (const TCHAR *ObjectPath) |
| DWORD_PTR | FileRead_createInfo_WithStrLen (const TCHAR *ObjectPath, size_t ObjectPathLength) |
| int | FileRead_getInfoNum (DWORD_PTR FileInfoHandle) |
| int | FileRead_getInfo (int Index, FILEINFO *Buffer, DWORD_PTR FileInfoHandle) |
| int | FileRead_deleteInfo (DWORD_PTR FileInfoHandle) |
| DWORD_PTR | FileRead_findFirst (const TCHAR *FilePath, FILEINFO *Buffer) |
| DWORD_PTR | FileRead_findFirst_WithStrLen (const TCHAR *FilePath, size_t FilePathLength, FILEINFO *Buffer) |
| int | FileRead_findNext (DWORD_PTR FindHandle, FILEINFO *Buffer) |
| int | FileRead_findClose (DWORD_PTR FindHandle) |
| int | FileRead_fullyLoad (const TCHAR *FilePath) |
| int | FileRead_fullyLoad_WithStrLen (const TCHAR *FilePath, size_t FilePathLength) |
| int | FileRead_fullyLoad_delete (int FLoadHandle) |
| const void * | FileRead_fullyLoad_getImage (int FLoadHandle) |
| LONGLONG | FileRead_fullyLoad_getSize (int FLoadHandle) |
| int | GetStreamFunctionDefault (void) |
| int | ChangeStreamFunction (const STREAMDATASHREDTYPE2 *StreamThread) |
| int | ChangeStreamFunctionW (const STREAMDATASHREDTYPE2W *StreamThreadW) |
| int | ConvertFullPath (const TCHAR *Src, TCHAR *Dest, const TCHAR *CurrentDir=NULL) |
| int | ConvertFullPathWithStrLen (const TCHAR *Src, size_t SrcLength, TCHAR *Dest, const TCHAR *CurrentDir=NULL, size_t CurrentDirLength=0) |
| int | CheckHitKey (int KeyCode) |
| int | CheckHitKeyAll (int CheckType=DX_CHECKINPUT_ALL) |
| int | GetHitKeyStateAll (DX_CHAR *KeyStateArray) |
| int | GetJoypadNum (void) |
| int | GetJoypadButtonNum (int InputType) |
| int | GetJoypadInputState (int InputType) |
| int | GetJoypadAnalogInput (int *XBuf, int *YBuf, int InputType) |
| int | GetJoypadAnalogInputRight (int *XBuf, int *YBuf, int InputType) |
| int | GetJoypadDirectInputState (int InputType, DINPUT_JOYSTATE *DInputState) |
| int | CheckJoypadXInput (int InputType) |
| int | GetJoypadXInputState (int InputType, XINPUT_STATE *XInputState) |
| int | SetJoypadInputToKeyInput (int InputType, int PadInput, int KeyInput1, int KeyInput2=-1, int KeyInput3=-1, int KeyInput4=-1) |
| int | SetJoypadDeadZone (int InputType, double Zone) |
| double | GetJoypadDeadZone (int InputType) |
| int | StartJoypadVibration (int InputType, int Power, int Time, int EffectIndex=-1) |
| int | StopJoypadVibration (int InputType, int EffectIndex=-1) |
| int | GetJoypadPOVState (int InputType, int POVNumber) |
| int | ReSetupJoypad (void) |
| int | SetUseJoypadVibrationFlag (int Flag) |
| int | MakeGraph (int SizeX, int SizeY, int NotUse3DFlag=FALSE) |
| int | MakeScreen (int SizeX, int SizeY, int UseAlphaChannel=FALSE) |
| int | DerivationGraph (int SrcX, int SrcY, int Width, int Height, int SrcGraphHandle) |
| int | DerivationGraphF (float SrcX, float SrcY, float Width, float Height, int SrcGraphHandle) |
| int | DeleteGraph (int GrHandle, int LogOutFlag=FALSE) |
| int | DeleteSharingGraph (int GrHandle) |
| int | GetGraphNum (void) |
| int | FillGraph (int GrHandle, int Red, int Green, int Blue, int Alpha=255) |
| int | FillRectGraph (int GrHandle, int x, int y, int Width, int Height, int Red, int Green, int Blue, int Alpha=255) |
| int | SetGraphLostFlag (int GrHandle, int *LostFlag) |
| int | InitGraph (int LogOutFlag=FALSE) |
| int | ReloadFileGraphAll (void) |
| int | MakeShadowMap (int SizeX, int SizeY) |
| int | DeleteShadowMap (int SmHandle) |
| int | SetShadowMapLightDirection (int SmHandle, VECTOR Direction) |
| int | ShadowMap_DrawSetup (int SmHandle) |
| int | ShadowMap_DrawEnd (void) |
| int | SetUseShadowMap (int SmSlotIndex, int SmHandle) |
| int | SetShadowMapDrawArea (int SmHandle, VECTOR MinPosition, VECTOR MaxPosition) |
| int | ResetShadowMapDrawArea (int SmHandle) |
| int | SetShadowMapAdjustDepth (int SmHandle, float Depth) |
| int | GetShadowMapViewProjectionMatrix (int SmHandle, MATRIX *MatrixBuffer) |
| int | TestDrawShadowMap (int SmHandle, int x1, int y1, int x2, int y2) |
| int | BltBmpToGraph (const COLORDATA *BmpColorData, HBITMAP RgbBmp, HBITMAP AlphaBmp, int CopyPointX, int CopyPointY, int GrHandle) |
| int | BltBmpToDivGraph (const COLORDATA *BmpColorData, HBITMAP RgbBmp, HBITMAP AlphaBmp, int AllNum, int XNum, int YNum, int Width, int Height, const int *GrHandle, int ReverseFlag) |
| int | BltBmpOrGraphImageToGraph (const COLORDATA *BmpColorData, HBITMAP RgbBmp, HBITMAP AlphaBmp, int BmpFlag, const BASEIMAGE *RgbBaseImage, const BASEIMAGE *AlphaBaseImage, int CopyPointX, int CopyPointY, int GrHandle) |
| int | BltBmpOrGraphImageToGraph2 (const COLORDATA *BmpColorData, HBITMAP RgbBmp, HBITMAP AlphaBmp, int BmpFlag, const BASEIMAGE *RgbBaseImage, const BASEIMAGE *AlphaBaseImage, const RECT *SrcRect, int DestX, int DestY, int GrHandle) |
| int | BltBmpOrGraphImageToDivGraph (const COLORDATA *BmpColorData, HBITMAP RgbBmp, HBITMAP AlphaBmp, int BmpFlag, const BASEIMAGE *RgbBaseImage, const BASEIMAGE *AlphaBaseImage, int AllNum, int XNum, int YNum, int Width, int Height, const int *GrHandle, int ReverseFlag) |
| int | BltBmpOrGraphImageToDivGraphF (const COLORDATA *BmpColorData, HBITMAP RgbBmp, HBITMAP AlphaBmp, int BmpFlag, const BASEIMAGE *RgbBaseImage, const BASEIMAGE *AlphaBaseImage, int AllNum, int XNum, int YNum, float Width, float Height, const int *GrHandle, int ReverseFlag) |
| int | LoadBmpToGraph (const TCHAR *FileName, int TextureFlag, int ReverseFlag, int SurfaceMode=DX_MOVIESURFACE_NORMAL) |
| int | LoadBmpToGraphWithStrLen (const TCHAR *FileName, size_t FileNameLength, int TextureFlag, int ReverseFlag, int SurfaceMode=DX_MOVIESURFACE_NORMAL) |
| int | LoadGraph (const TCHAR *FileName, int NotUse3DFlag=FALSE) |
| int | LoadGraphWithStrLen (const TCHAR *FileName, size_t FileNameLength, int NotUse3DFlag=FALSE) |
| int | LoadReverseGraph (const TCHAR *FileName, int NotUse3DFlag=FALSE) |
| int | LoadReverseGraphWithStrLen (const TCHAR *FileName, size_t FileNameLength, int NotUse3DFlag=FALSE) |
| int | LoadDivGraph (const TCHAR *FileName, int AllNum, int XNum, int YNum, int XSize, int YSize, int *HandleArray, int NotUse3DFlag=FALSE) |
| int | LoadDivGraphWithStrLen (const TCHAR *FileName, size_t FileNameLength, int AllNum, int XNum, int YNum, int XSize, int YSize, int *HandleArray, int NotUse3DFlag=FALSE) |
| int | LoadDivGraphF (const TCHAR *FileName, int AllNum, int XNum, int YNum, float XSize, float YSize, int *HandleArray, int NotUse3DFlag=FALSE) |
| int | LoadDivGraphFWithStrLen (const TCHAR *FileName, size_t FileNameLength, int AllNum, int XNum, int YNum, float XSize, float YSize, int *HandleArray, int NotUse3DFlag=FALSE) |
| int | LoadDivBmpToGraph (const TCHAR *FileName, int AllNum, int XNum, int YNum, int SizeX, int SizeY, int *HandleArray, int TextureFlag, int ReverseFlag) |
| int | LoadDivBmpToGraphWithStrLen (const TCHAR *FileName, size_t FileNameLength, int AllNum, int XNum, int YNum, int SizeX, int SizeY, int *HandleArray, int TextureFlag, int ReverseFlag) |
| int | LoadDivBmpToGraphF (const TCHAR *FileName, int AllNum, int XNum, int YNum, float SizeX, float SizeY, int *HandleArray, int TextureFlag, int ReverseFlag) |
| int | LoadDivBmpToGraphFWithStrLen (const TCHAR *FileName, size_t FileNameLength, int AllNum, int XNum, int YNum, float SizeX, float SizeY, int *HandleArray, int TextureFlag, int ReverseFlag) |
| int | LoadReverseDivGraph (const TCHAR *FileName, int AllNum, int XNum, int YNum, int XSize, int YSize, int *HandleArray, int NotUse3DFlag=FALSE) |
| int | LoadReverseDivGraphWithStrLen (const TCHAR *FileName, size_t FileNameLength, int AllNum, int XNum, int YNum, int XSize, int YSize, int *HandleArray, int NotUse3DFlag=FALSE) |
| int | LoadReverseDivGraphF (const TCHAR *FileName, int AllNum, int XNum, int YNum, float XSize, float YSize, int *HandleArray, int NotUse3DFlag=FALSE) |
| int | LoadReverseDivGraphFWithStrLen (const TCHAR *FileName, size_t FileNameLength, int AllNum, int XNum, int YNum, float XSize, float YSize, int *HandleArray, int NotUse3DFlag=FALSE) |
| int | LoadBlendGraph (const TCHAR *FileName) |
| int | LoadBlendGraphWithStrLen (const TCHAR *FileName, size_t FileNameLength) |
| int | CreateGraphFromMem (const void *RGBFileImage, int RGBFileImageSize, const void *AlphaFileImage=NULL, int AlphaFileImageSize=0, int TextureFlag=TRUE, int ReverseFlag=FALSE) |
| int | ReCreateGraphFromMem (const void *RGBFileImage, int RGBFileImageSize, int GrHandle, const void *AlphaFileImage=NULL, int AlphaFileImageSize=0, int TextureFlag=TRUE, int ReverseFlag=FALSE) |
| int | CreateDivGraphFromMem (const void *RGBFileImage, int RGBFileImageSize, int AllNum, int XNum, int YNum, int SizeX, int SizeY, int *HandleArray, int TextureFlag=TRUE, int ReverseFlag=FALSE, const void *AlphaFileImage=NULL, int AlphaFileImageSize=0) |
| int | CreateDivGraphFFromMem (const void *RGBFileImage, int RGBFileImageSize, int AllNum, int XNum, int YNum, float SizeX, float SizeY, int *HandleArray, int TextureFlag=TRUE, int ReverseFlag=FALSE, const void *AlphaFileImage=NULL, int AlphaFileImageSize=0) |
| int | ReCreateDivGraphFromMem (const void *RGBFileImage, int RGBFileImageSize, int AllNum, int XNum, int YNum, int SizeX, int SizeY, const int *HandleArray, int TextureFlag=TRUE, int ReverseFlag=FALSE, const void *AlphaFileImage=NULL, int AlphaFileImageSize=0) |
| int | ReCreateDivGraphFFromMem (const void *RGBFileImage, int RGBFileImageSize, int AllNum, int XNum, int YNum, float SizeX, float SizeY, const int *HandleArray, int TextureFlag=TRUE, int ReverseFlag=FALSE, const void *AlphaFileImage=NULL, int AlphaFileImageSize=0) |
| int | CreateGraphFromBmp (const BITMAPINFO *RGBBmpInfo, const void *RGBBmpImage, const BITMAPINFO *AlphaBmpInfo=NULL, const void *AlphaBmpImage=NULL, int TextureFlag=TRUE, int ReverseFlag=FALSE) |
| int | ReCreateGraphFromBmp (const BITMAPINFO *RGBBmpInfo, const void *RGBBmpImage, int GrHandle, const BITMAPINFO *AlphaBmpInfo=NULL, const void *AlphaBmpImage=NULL, int TextureFlag=TRUE, int ReverseFlag=FALSE) |
| int | CreateDivGraphFromBmp (const BITMAPINFO *RGBBmpInfo, const void *RGBBmpImage, int AllNum, int XNum, int YNum, int SizeX, int SizeY, int *HandleArray, int TextureFlag=TRUE, int ReverseFlag=FALSE, const BITMAPINFO *AlphaBmpInfo=NULL, const void *AlphaBmpImage=NULL) |
| int | CreateDivGraphFFromBmp (const BITMAPINFO *RGBBmpInfo, const void *RGBBmpImage, int AllNum, int XNum, int YNum, float SizeX, float SizeY, int *HandleArray, int TextureFlag=TRUE, int ReverseFlag=FALSE, const BITMAPINFO *AlphaBmpInfo=NULL, const void *AlphaBmpImage=NULL) |
| int | ReCreateDivGraphFromBmp (const BITMAPINFO *RGBBmpInfo, const void *RGBBmpImage, int AllNum, int XNum, int YNum, int SizeX, int SizeY, const int *HandleArray, int TextureFlag=TRUE, int ReverseFlag=FALSE, const BITMAPINFO *AlphaBmpInfo=NULL, const void *AlphaBmpImage=NULL) |
| int | ReCreateDivGraphFFromBmp (const BITMAPINFO *RGBBmpInfo, const void *RGBBmpImage, int AllNum, int XNum, int YNum, float SizeX, float SizeY, const int *HandleArray, int TextureFlag=TRUE, int ReverseFlag=FALSE, const BITMAPINFO *AlphaBmpInfo=NULL, const void *AlphaBmpImage=NULL) |
| int | CreateDXGraph (const BASEIMAGE *RgbBaseImage, const BASEIMAGE *AlphaBaseImage, int TextureFlag) |
| int | CreateGraphFromGraphImage (const BASEIMAGE *RgbBaseImage, int TextureFlag=TRUE, int ReverseFlag=FALSE) |
| int | CreateGraphFromGraphImage (const BASEIMAGE *RgbBaseImage, const BASEIMAGE *AlphaBaseImage, int TextureFlag=TRUE, int ReverseFlag=FALSE) |
| int | ReCreateGraphFromGraphImage (const BASEIMAGE *RgbBaseImage, int GrHandle, int TextureFlag=TRUE, int ReverseFlag=FALSE) |
| int | ReCreateGraphFromGraphImage (const BASEIMAGE *RgbBaseImage, const BASEIMAGE *AlphaBaseImage, int GrHandle, int TextureFlag=TRUE, int ReverseFlag=FALSE) |
| int | CreateDivGraphFromGraphImage (BASEIMAGE *RgbBaseImage, int AllNum, int XNum, int YNum, int SizeX, int SizeY, int *HandleArray, int TextureFlag=TRUE, int ReverseFlag=FALSE) |
| int | CreateDivGraphFFromGraphImage (BASEIMAGE *RgbBaseImage, int AllNum, int XNum, int YNum, float SizeX, float SizeY, int *HandleArray, int TextureFlag=TRUE, int ReverseFlag=FALSE) |
| int | CreateDivGraphFromGraphImage (BASEIMAGE *RgbBaseImage, const BASEIMAGE *AlphaBaseImage, int AllNum, int XNum, int YNum, int SizeX, int SizeY, int *HandleArray, int TextureFlag=TRUE, int ReverseFlag=FALSE) |
| int | CreateDivGraphFFromGraphImage (BASEIMAGE *RgbBaseImage, const BASEIMAGE *AlphaBaseImage, int AllNum, int XNum, int YNum, float SizeX, float SizeY, int *HandleArray, int TextureFlag=TRUE, int ReverseFlag=FALSE) |
| int | ReCreateDivGraphFromGraphImage (BASEIMAGE *RgbBaseImage, int AllNum, int XNum, int YNum, int SizeX, int SizeY, const int *HandleArray, int TextureFlag=TRUE, int ReverseFlag=FALSE) |
| int | ReCreateDivGraphFFromGraphImage (BASEIMAGE *RgbBaseImage, int AllNum, int XNum, int YNum, float SizeX, float SizeY, const int *HandleArray, int TextureFlag=TRUE, int ReverseFlag=FALSE) |
| int | ReCreateDivGraphFromGraphImage (BASEIMAGE *RgbBaseImage, const BASEIMAGE *AlphaBaseImage, int AllNum, int XNum, int YNum, int SizeX, int SizeY, const int *HandleArray, int TextureFlag=TRUE, int ReverseFlag=FALSE) |
| int | ReCreateDivGraphFFromGraphImage (BASEIMAGE *RgbBaseImage, const BASEIMAGE *AlphaBaseImage, int AllNum, int XNum, int YNum, float SizeX, float SizeY, const int *HandleArray, int TextureFlag=TRUE, int ReverseFlag=FALSE) |
| int | CreateGraph (int Width, int Height, int Pitch, const void *RGBImage, const void *AlphaImage=NULL, int GrHandle=-1) |
| int | CreateDivGraph (int Width, int Height, int Pitch, const void *RGBImage, int AllNum, int XNum, int YNum, int SizeX, int SizeY, int *HandleArray, const void *AlphaImage=NULL) |
| int | CreateDivGraphF (int Width, int Height, int Pitch, const void *RGBImage, int AllNum, int XNum, int YNum, float SizeX, float SizeY, int *HandleArray, const void *AlphaImage=NULL) |
| int | ReCreateGraph (int Width, int Height, int Pitch, const void *RGBImage, int GrHandle, const void *AlphaImage=NULL) |
| int | CreateBlendGraphFromSoftImage (int SIHandle) |
| int | CreateGraphFromSoftImage (int SIHandle) |
| int | CreateGraphFromRectSoftImage (int SIHandle, int x, int y, int SizeX, int SizeY) |
| int | ReCreateGraphFromSoftImage (int SIHandle, int GrHandle) |
| int | ReCreateGraphFromRectSoftImage (int SIHandle, int x, int y, int SizeX, int SizeY, int GrHandle) |
| int | CreateDivGraphFromSoftImage (int SIHandle, int AllNum, int XNum, int YNum, int SizeX, int SizeY, int *HandleArray) |
| int | CreateDivGraphFFromSoftImage (int SIHandle, int AllNum, int XNum, int YNum, float SizeX, float SizeY, int *HandleArray) |
| int | ReCreateDivGraphFromSoftImage (int SIHandle, int AllNum, int XNum, int YNum, int SizeX, int SizeY, const int *HandleArray) |
| int | ReCreateDivGraphFFromSoftImage (int SIHandle, int AllNum, int XNum, int YNum, float SizeX, float SizeY, const int *HandleArray) |
| int | CreateGraphFromBaseImage (const BASEIMAGE *BaseImage) |
| int | CreateGraphFromRectBaseImage (const BASEIMAGE *BaseImage, int x, int y, int SizeX, int SizeY) |
| int | ReCreateGraphFromBaseImage (const BASEIMAGE *BaseImage, int GrHandle) |
| int | ReCreateGraphFromRectBaseImage (const BASEIMAGE *BaseImage, int x, int y, int SizeX, int SizeY, int GrHandle) |
| int | CreateDivGraphFromBaseImage (BASEIMAGE *BaseImage, int AllNum, int XNum, int YNum, int SizeX, int SizeY, int *HandleArray) |
| int | CreateDivGraphFFromBaseImage (BASEIMAGE *BaseImage, int AllNum, int XNum, int YNum, float SizeX, float SizeY, int *HandleArray) |
| int | ReCreateDivGraphFromBaseImage (BASEIMAGE *BaseImage, int AllNum, int XNum, int YNum, int SizeX, int SizeY, const int *HandleArray) |
| int | ReCreateDivGraphFFromBaseImage (BASEIMAGE *BaseImage, int AllNum, int XNum, int YNum, float SizeX, float SizeY, const int *HandleArray) |
| int | ReloadGraph (const TCHAR *FileName, int GrHandle, int ReverseFlag=FALSE) |
| int | ReloadGraphWithStrLen (const TCHAR *FileName, size_t FileNameLength, int GrHandle, int ReverseFlag=FALSE) |
| int | ReloadDivGraph (const TCHAR *FileName, int AllNum, int XNum, int YNum, int XSize, int YSize, const int *HandleArray, int ReverseFlag=FALSE) |
| int | ReloadDivGraphWithStrLen (const TCHAR *FileName, size_t FileNameLength, int AllNum, int XNum, int YNum, int XSize, int YSize, const int *HandleArray, int ReverseFlag=FALSE) |
| int | ReloadDivGraphF (const TCHAR *FileName, int AllNum, int XNum, int YNum, float XSize, float YSize, const int *HandleArray, int ReverseFlag=FALSE) |
| int | ReloadDivGraphFWithStrLen (const TCHAR *FileName, size_t FileNameLength, int AllNum, int XNum, int YNum, float XSize, float YSize, const int *HandleArray, int ReverseFlag=FALSE) |
| int | ReloadReverseGraph (const TCHAR *FileName, int GrHandle) |
| int | ReloadReverseGraphWithStrLen (const TCHAR *FileName, size_t FileNameLength, int GrHandle) |
| int | ReloadReverseDivGraph (const TCHAR *FileName, int AllNum, int XNum, int YNum, int XSize, int YSize, const int *HandleArray) |
| int | ReloadReverseDivGraphWithStrLen (const TCHAR *FileName, size_t FileNameLength, int AllNum, int XNum, int YNum, int XSize, int YSize, const int *HandleArray) |
| int | ReloadReverseDivGraphF (const TCHAR *FileName, int AllNum, int XNum, int YNum, float XSize, float YSize, const int *HandleArray) |
| int | ReloadReverseDivGraphFWithStrLen (const TCHAR *FileName, size_t FileNameLength, int AllNum, int XNum, int YNum, float XSize, float YSize, const int *HandleArray) |
| int | SetGraphColorBitDepth (int ColorBitDepth) |
| int | GetGraphColorBitDepth (void) |
| int | SetCreateGraphColorBitDepth (int BitDepth) |
| int | GetCreateGraphColorBitDepth (void) |
| int | SetCreateGraphChannelBitDepth (int BitDepth) |
| int | GetCreateGraphChannelBitDepth (void) |
| int | SetDrawValidGraphCreateFlag (int Flag) |
| int | GetDrawValidGraphCreateFlag (void) |
| int | SetDrawValidFlagOf3DGraph (int Flag) |
| int | SetLeftUpColorIsTransColorFlag (int Flag) |
| int | SetUsePaletteGraphFlag (int Flag) |
| int | SetUseBlendGraphCreateFlag (int Flag) |
| int | GetUseBlendGraphCreateFlag (void) |
| int | SetUseAlphaTestGraphCreateFlag (int Flag) |
| int | GetUseAlphaTestGraphCreateFlag (void) |
| int | SetUseAlphaTestFlag (int Flag) |
| int | GetUseAlphaTestFlag (void) |
| int | SetCubeMapTextureCreateFlag (int Flag) |
| int | GetCubeMapTextureCreateFlag (void) |
| int | SetUseNoBlendModeParam (int Flag) |
| int | SetDrawValidAlphaChannelGraphCreateFlag (int Flag) |
| int | GetDrawValidAlphaChannelGraphCreateFlag (void) |
| int | SetDrawValidFloatTypeGraphCreateFlag (int Flag) |
| int | GetDrawValidFloatTypeGraphCreateFlag (void) |
| int | SetDrawValidGraphCreateZBufferFlag (int Flag) |
| int | GetDrawValidGraphCreateZBufferFlag (void) |
| int | SetCreateDrawValidGraphZBufferBitDepth (int BitDepth) |
| int | GetCreateDrawValidGraphZBufferBitDepth (void) |
| int | SetCreateDrawValidGraphMipLevels (int MipLevels) |
| int | GetCreateDrawValidGraphMipLevels (void) |
| int | SetCreateDrawValidGraphChannelNum (int ChannelNum) |
| int | GetCreateDrawValidGraphChannelNum (void) |
| int | SetCreateDrawValidGraphMultiSample (int Samples, int Quality) |
| int | SetDrawValidMultiSample (int Samples, int Quality) |
| int | GetMultiSampleQuality (int Samples) |
| int | SetUseTransColor (int Flag) |
| int | SetUseTransColorGraphCreateFlag (int Flag) |
| int | SetUseGraphAlphaChannel (int Flag) |
| int | GetUseGraphAlphaChannel (void) |
| int | SetUseAlphaChannelGraphCreateFlag (int Flag) |
| int | GetUseAlphaChannelGraphCreateFlag (void) |
| int | SetUseNotManageTextureFlag (int Flag) |
| int | GetUseNotManageTextureFlag (void) |
| int | SetUsePlatformTextureFormat (int PlatformTextureFormat) |
| int | GetUsePlatformTextureFormat (void) |
| int | SetTransColor (int Red, int Green, int Blue) |
| int | GetTransColor (int *Red, int *Green, int *Blue) |
| int | SetUseDivGraphFlag (int Flag) |
| int | SetUseAlphaImageLoadFlag (int Flag) |
| int | SetUseMaxTextureSize (int Size) |
| int | SetUseGraphBaseDataBackup (int Flag) |
| int | GetUseGraphBaseDataBackup (void) |
| int | SetUseSystemMemGraphCreateFlag (int Flag) |
| int | GetUseSystemMemGraphCreateFlag (void) |
| const unsigned int * | GetFullColorImage (int GrHandle) |
| int | GraphLock (int GrHandle, int *PitchBuf, void **DataPointBuf, COLORDATA **ColorDataPP=NULL, int WriteOnly=FALSE) |
| int | GraphUnLock (int GrHandle) |
| int | SetUseGraphZBuffer (int GrHandle, int UseFlag, int BitDepth=-1) |
| int | CopyGraphZBufferImage (int DestGrHandle, int SrcGrHandle) |
| int | SetDeviceLostDeleteGraphFlag (int GrHandle, int DeleteFlag) |
| int | GetGraphSize (int GrHandle, int *SizeXBuf, int *SizeYBuf) |
| int | GetGraphSizeF (int GrHandle, float *SizeXBuf, float *SizeYBuf) |
| int | GetGraphTextureSize (int GrHandle, int *SizeXBuf, int *SizeYBuf) |
| int | GetGraphUseBaseGraphArea (int GrHandle, int *UseX, int *UseY, int *UseSizeX, int *UseSizeY) |
| int | GetGraphMipmapCount (int GrHandle) |
| int | GetGraphFilePath (int GrHandle, TCHAR *FilePathBuffer) |
| int | CheckDrawValidGraph (int GrHandle) |
| const COLORDATA * | GetTexColorData (int AlphaCh, int AlphaTest, int ColorBitDepth, int DrawValid=FALSE) |
| const COLORDATA * | GetTexColorData (const IMAGEFORMATDESC *Format) |
| const COLORDATA * | GetTexColorData (int FormatIndex) |
| int | GetMaxGraphTextureSize (int *SizeX, int *SizeY) |
| int | GetValidRestoreShredPoint (void) |
| int | GetCreateGraphColorData (COLORDATA *ColorData, IMAGEFORMATDESC *Format) |
| int | GetGraphPalette (int GrHandle, int ColorIndex, int *Red, int *Green, int *Blue) |
| int | GetGraphOriginalPalette (int GrHandle, int ColorIndex, int *Red, int *Green, int *Blue) |
| int | SetGraphPalette (int GrHandle, int ColorIndex, unsigned int Color) |
| int | ResetGraphPalette (int GrHandle) |
| int | DrawLine (int x1, int y1, int x2, int y2, unsigned int Color, int Thickness=1) |
| int | DrawLineAA (float x1, float y1, float x2, float y2, unsigned int Color, float Thickness=1.0f) |
| int | DrawBox (int x1, int y1, int x2, int y2, unsigned int Color, int FillFlag) |
| int | DrawBoxAA (float x1, float y1, float x2, float y2, unsigned int Color, int FillFlag, float LineThickness=1.0f) |
| int | DrawFillBox (int x1, int y1, int x2, int y2, unsigned int Color) |
| int | DrawLineBox (int x1, int y1, int x2, int y2, unsigned int Color) |
| int | DrawCircle (int x, int y, int r, unsigned int Color, int FillFlag=TRUE, int LineThickness=1) |
| int | DrawCircleAA (float x, float y, float r, int posnum, unsigned int Color, int FillFlag=TRUE, float LineThickness=1.0f) |
| int | DrawOval (int x, int y, int rx, int ry, unsigned int Color, int FillFlag, int LineThickness=1) |
| int | DrawOvalAA (float x, float y, float rx, float ry, int posnum, unsigned int Color, int FillFlag, float LineThickness=1.0f) |
| int | DrawOval_Rect (int x1, int y1, int x2, int y2, unsigned int Color, int FillFlag) |
| int | DrawTriangle (int x1, int y1, int x2, int y2, int x3, int y3, unsigned int Color, int FillFlag) |
| int | DrawTriangleAA (float x1, float y1, float x2, float y2, float x3, float y3, unsigned int Color, int FillFlag, float LineThickness=1.0f) |
| int | DrawQuadrangle (int x1, int y1, int x2, int y2, int x3, int y3, int x4, int y4, unsigned int Color, int FillFlag) |
| int | DrawQuadrangleAA (float x1, float y1, float x2, float y2, float x3, float y3, float x4, float y4, unsigned int Color, int FillFlag, float LineThickness=1.0f) |
| int | DrawRoundRect (int x1, int y1, int x2, int y2, int rx, int ry, unsigned int Color, int FillFlag) |
| int | DrawRoundRectAA (float x1, float y1, float x2, float y2, float rx, float ry, int posnum, unsigned int Color, int FillFlag, float LineThickness=1.0f) |
| int | BeginAADraw (void) |
| int | EndAADraw (void) |
| int | DrawPixel (int x, int y, unsigned int Color) |
| int | Paint (int x, int y, unsigned int FillColor, ULONGLONG BoundaryColor=ULL_PARAM(0xffffffffffffffff)) |
| int | DrawPixelSet (const POINTDATA *PointDataArray, int Num) |
| int | DrawLineSet (const LINEDATA *LineDataArray, int Num) |
| int | DrawPixel3D (VECTOR Pos, unsigned int Color) |
| int | DrawPixel3DD (VECTOR_D Pos, unsigned int Color) |
| int | DrawLine3D (VECTOR Pos1, VECTOR Pos2, unsigned int Color) |
| int | DrawLine3DD (VECTOR_D Pos1, VECTOR_D Pos2, unsigned int Color) |
| int | DrawTriangle3D (VECTOR Pos1, VECTOR Pos2, VECTOR Pos3, unsigned int Color, int FillFlag) |
| int | DrawTriangle3DD (VECTOR_D Pos1, VECTOR_D Pos2, VECTOR_D Pos3, unsigned int Color, int FillFlag) |
| int | DrawCube3D (VECTOR Pos1, VECTOR Pos2, unsigned int DifColor, unsigned int SpcColor, int FillFlag) |
| int | DrawCube3DD (VECTOR_D Pos1, VECTOR_D Pos2, unsigned int DifColor, unsigned int SpcColor, int FillFlag) |
| int | DrawCubeSet3D (CUBEDATA *CubeDataArray, int Num, int FillFlag) |
| int | DrawSphere3D (VECTOR CenterPos, float r, int DivNum, unsigned int DifColor, unsigned int SpcColor, int FillFlag) |
| int | DrawSphere3DD (VECTOR_D CenterPos, double r, int DivNum, unsigned int DifColor, unsigned int SpcColor, int FillFlag) |
| int | DrawCapsule3D (VECTOR Pos1, VECTOR Pos2, float r, int DivNum, unsigned int DifColor, unsigned int SpcColor, int FillFlag) |
| int | DrawCapsule3DD (VECTOR_D Pos1, VECTOR_D Pos2, double r, int DivNum, unsigned int DifColor, unsigned int SpcColor, int FillFlag) |
| int | DrawCone3D (VECTOR TopPos, VECTOR BottomPos, float r, int DivNum, unsigned int DifColor, unsigned int SpcColor, int FillFlag) |
| int | DrawCone3DD (VECTOR_D TopPos, VECTOR_D BottomPos, double r, int DivNum, unsigned int DifColor, unsigned int SpcColor, int FillFlag) |
| int | LoadGraphScreen (int x, int y, const TCHAR *GraphName, int TransFlag) |
| int | LoadGraphScreenWithStrLen (int x, int y, const TCHAR *GraphName, size_t GraphNameLength, int TransFlag) |
| int | DrawGraph (int x, int y, int GrHandle, int TransFlag) |
| int | DrawExtendGraph (int x1, int y1, int x2, int y2, int GrHandle, int TransFlag) |
| int | DrawRotaGraph (int x, int y, double ExRate, double Angle, int GrHandle, int TransFlag, int ReverseXFlag=FALSE, int ReverseYFlag=FALSE) |
| int | DrawRotaGraph2 (int x, int y, int cx, int cy, double ExtRate, double Angle, int GrHandle, int TransFlag, int ReverseXFlag=FALSE, int ReverseYFlag=FALSE) |
| int | DrawRotaGraph3 (int x, int y, int cx, int cy, double ExtRateX, double ExtRateY, double Angle, int GrHandle, int TransFlag, int ReverseXFlag=FALSE, int ReverseYFlag=FALSE) |
| int | DrawRotaGraphFast (int x, int y, float ExRate, float Angle, int GrHandle, int TransFlag, int ReverseXFlag=FALSE, int ReverseYFlag=FALSE) |
| int | DrawRotaGraphFast2 (int x, int y, int cx, int cy, float ExtRate, float Angle, int GrHandle, int TransFlag, int ReverseXFlag=FALSE, int ReverseYFlag=FALSE) |
| int | DrawRotaGraphFast3 (int x, int y, int cx, int cy, float ExtRateX, float ExtRateY, float Angle, int GrHandle, int TransFlag, int ReverseXFlag=FALSE, int ReverseYFlag=FALSE) |
| int | DrawModiGraph (int x1, int y1, int x2, int y2, int x3, int y3, int x4, int y4, int GrHandle, int TransFlag) |
| int | DrawTurnGraph (int x, int y, int GrHandle, int TransFlag) |
| int | DrawReverseGraph (int x, int y, int GrHandle, int TransFlag, int ReverseXFlag=FALSE, int ReverseYFlag=FALSE) |
| int | DrawGraphF (float xf, float yf, int GrHandle, int TransFlag) |
| int | DrawExtendGraphF (float x1f, float y1f, float x2f, float y2, int GrHandle, int TransFlag) |
| int | DrawRotaGraphF (float xf, float yf, double ExRate, double Angle, int GrHandle, int TransFlag, int ReverseXFlag=FALSE, int ReverseYFlag=FALSE) |
| int | DrawRotaGraph2F (float xf, float yf, float cxf, float cyf, double ExtRate, double Angle, int GrHandle, int TransFlag, int ReverseXFlag=FALSE, int ReverseYFlag=FALSE) |
| int | DrawRotaGraph3F (float xf, float yf, float cxf, float cyf, double ExtRateX, double ExtRateY, double Angle, int GrHandle, int TransFlag, int ReverseXFlag=FALSE, int ReverseYFlag=FALSE) |
| int | DrawRotaGraphFastF (float xf, float yf, float ExRate, float Angle, int GrHandle, int TransFlag, int ReverseXFlag=FALSE, int ReverseYFlag=FALSE) |
| int | DrawRotaGraphFast2F (float xf, float yf, float cxf, float cyf, float ExtRate, float Angle, int GrHandle, int TransFlag, int ReverseXFlag=FALSE, int ReverseYFlag=FALSE) |
| int | DrawRotaGraphFast3F (float xf, float yf, float cxf, float cyf, float ExtRateX, float ExtRateY, float Angle, int GrHandle, int TransFlag, int ReverseXFlag=FALSE, int ReverseYFlag=FALSE) |
| int | DrawModiGraphF (float x1, float y1, float x2, float y2, float x3, float y3, float x4, float y4, int GrHandle, int TransFlag) |
| int | DrawTurnGraphF (float xf, float yf, int GrHandle, int TransFlag) |
| int | DrawReverseGraphF (float xf, float yf, int GrHandle, int TransFlag, int ReverseXFlag=FALSE, int ReverseYFlag=FALSE) |
| int | DrawChipMap (int Sx, int Sy, int XNum, int YNum, const int *MapData, int ChipTypeNum, int MapDataPitch, const int *ChipGrHandle, int TransFlag) |
| int | DrawChipMap (int MapWidth, int MapHeight, const int *MapData, int ChipTypeNum, const int *ChipGrHandle, int TransFlag, int MapDrawPointX, int MapDrawPointY, int MapDrawWidth, int MapDrawHeight, int ScreenX, int ScreenY) |
| int | DrawTile (int x1, int y1, int x2, int y2, int Tx, int Ty, double ExtRate, double Angle, int GrHandle, int TransFlag) |
| int | DrawRectGraph (int DestX, int DestY, int SrcX, int SrcY, int Width, int Height, int GraphHandle, int TransFlag, int ReverseXFlag=FALSE, int ReverseYFlag=FALSE) |
| int | DrawRectExtendGraph (int DestX1, int DestY1, int DestX2, int DestY2, int SrcX, int SrcY, int SrcWidth, int SrcHeight, int GraphHandle, int TransFlag) |
| int | DrawRectRotaGraph (int x, int y, int SrcX, int SrcY, int Width, int Height, double ExtRate, double Angle, int GraphHandle, int TransFlag, int ReverseXFlag=FALSE, int ReverseYFlag=FALSE) |
| int | DrawRectRotaGraph2 (int x, int y, int SrcX, int SrcY, int Width, int Height, int cx, int cy, double ExtRate, double Angle, int GraphHandle, int TransFlag, int ReverseXFlag=FALSE, int ReverseYFlag=FALSE) |
| int | DrawRectRotaGraph3 (int x, int y, int SrcX, int SrcY, int Width, int Height, int cx, int cy, double ExtRateX, double ExtRateY, double Angle, int GraphHandle, int TransFlag, int ReverseXFlag=FALSE, int ReverseYFlag=FALSE) |
| int | DrawRectRotaGraphFast (int x, int y, int SrcX, int SrcY, int Width, int Height, float ExtRate, float Angle, int GraphHandle, int TransFlag, int ReverseXFlag=FALSE, int ReverseYFlag=FALSE) |
| int | DrawRectRotaGraphFast2 (int x, int y, int SrcX, int SrcY, int Width, int Height, int cx, int cy, float ExtRate, float Angle, int GraphHandle, int TransFlag, int ReverseXFlag=FALSE, int ReverseYFlag=FALSE) |
| int | DrawRectRotaGraphFast3 (int x, int y, int SrcX, int SrcY, int Width, int Height, int cx, int cy, float ExtRateX, float ExtRateY, float Angle, int GraphHandle, int TransFlag, int ReverseXFlag=FALSE, int ReverseYFlag=FALSE) |
| int | DrawRectModiGraph (int x1, int y1, int x2, int y2, int x3, int y3, int x4, int y4, int SrcX, int SrcY, int Width, int Height, int GraphHandle, int TransFlag) |
| int | DrawRectGraphF (float DestX, float DestY, int SrcX, int SrcY, int Width, int Height, int GraphHandle, int TransFlag, int ReverseXFlag=FALSE, int ReverseYFlag=FALSE) |
| int | DrawRectExtendGraphF (float DestX1, float DestY1, float DestX2, float DestY2, int SrcX, int SrcY, int SrcWidth, int SrcHeight, int GraphHandle, int TransFlag) |
| int | DrawRectRotaGraphF (float x, float y, int SrcX, int SrcY, int Width, int Height, double ExtRate, double Angle, int GraphHandle, int TransFlag, int ReverseXFlag=FALSE, int ReverseYFlag=FALSE) |
| int | DrawRectRotaGraph2F (float x, float y, int SrcX, int SrcY, int Width, int Height, float cxf, float cyf, double ExtRate, double Angle, int GraphHandle, int TransFlag, int ReverseXFlag=FALSE, int ReverseYFlag=FALSE) |
| int | DrawRectRotaGraph3F (float x, float y, int SrcX, int SrcY, int Width, int Height, float cxf, float cyf, double ExtRateX, double ExtRateY, double Angle, int GraphHandle, int TransFlag, int ReverseXFlag=FALSE, int ReverseYFlag=FALSE) |
| int | DrawRectRotaGraphFastF (float x, float y, int SrcX, int SrcY, int Width, int Height, float ExtRate, float Angle, int GraphHandle, int TransFlag, int ReverseXFlag=FALSE, int ReverseYFlag=FALSE) |
| int | DrawRectRotaGraphFast2F (float x, float y, int SrcX, int SrcY, int Width, int Height, float cxf, float cyf, float ExtRate, float Angle, int GraphHandle, int TransFlag, int ReverseXFlag=FALSE, int ReverseYFlag=FALSE) |
| int | DrawRectRotaGraphFast3F (float x, float y, int SrcX, int SrcY, int Width, int Height, float cxf, float cyf, float ExtRateX, float ExtRateY, float Angle, int GraphHandle, int TransFlag, int ReverseXFlag=FALSE, int ReverseYFlag=FALSE) |
| int | DrawRectModiGraphF (float x1, float y1, float x2, float y2, float x3, float y3, float x4, float y4, int SrcX, int SrcY, int Width, int Height, int GraphHandle, int TransFlag) |
| int | DrawBlendGraph (int x, int y, int GrHandle, int TransFlag, int BlendGraph, int BorderParam, int BorderRange) |
| int | DrawBlendGraphPos (int x, int y, int GrHandle, int TransFlag, int bx, int by, int BlendGraph, int BorderParam, int BorderRange) |
| int | DrawCircleGauge (int CenterX, int CenterY, double Percent, int GrHandle, double StartPercent=0.0, double Scale=1.0, int ReverseX=FALSE, int ReverseY=FALSE) |
| int | DrawCircleGaugeF (float CenterX, float CenterY, double Percent, int GrHandle, double StartPercent=0.0, double Scale=1.0, int ReverseX=FALSE, int ReverseY=FALSE) |
| int | DrawGraphToZBuffer (int X, int Y, int GrHandle, int WriteZMode) |
| int | DrawTurnGraphToZBuffer (int x, int y, int GrHandle, int WriteZMode) |
| int | DrawReverseGraphToZBuffer (int x, int y, int GrHandle, int WriteZMode, int ReverseXFlag=FALSE, int ReverseYFlag=FALSE) |
| int | DrawExtendGraphToZBuffer (int x1, int y1, int x2, int y2, int GrHandle, int WriteZMode) |
| int | DrawRotaGraphToZBuffer (int x, int y, double ExRate, double Angle, int GrHandle, int WriteZMode, int ReverseXFlag=FALSE, int ReverseYFlag=FALSE) |
| int | DrawRotaGraph2ToZBuffer (int x, int y, int cx, int cy, double ExtRate, double Angle, int GrHandle, int WriteZMode, int ReverseXFlag=FALSE, int ReverseYFlag=FALSE) |
| int | DrawRotaGraph3ToZBuffer (int x, int y, int cx, int cy, double ExtRateX, double ExtRateY, double Angle, int GrHandle, int WriteZMode, int ReverseXFlag=FALSE, int ReverseYFlag=FALSE) |
| int | DrawRotaGraphFastToZBuffer (int x, int y, float ExRate, float Angle, int GrHandle, int WriteZMode, int ReverseXFlag=FALSE, int ReverseYFlag=FALSE) |
| int | DrawRotaGraphFast2ToZBuffer (int x, int y, int cx, int cy, float ExtRate, float Angle, int GrHandle, int WriteZMode, int ReverseXFlag=FALSE, int ReverseYFlag=FALSE) |
| int | DrawRotaGraphFast3ToZBuffer (int x, int y, int cx, int cy, float ExtRateX, float ExtRateY, float Angle, int GrHandle, int WriteZMode, int ReverseXFlag=FALSE, int ReverseYFlag=FALSE) |
| int | DrawModiGraphToZBuffer (int x1, int y1, int x2, int y2, int x3, int y3, int x4, int y4, int GrHandle, int WriteZMode) |
| int | DrawBoxToZBuffer (int x1, int y1, int x2, int y2, int FillFlag, int WriteZMode) |
| int | DrawCircleToZBuffer (int x, int y, int r, int FillFlag, int WriteZMode) |
| int | DrawTriangleToZBuffer (int x1, int y1, int x2, int y2, int x3, int y3, int FillFlag, int WriteZMode) |
| int | DrawQuadrangleToZBuffer (int x1, int y1, int x2, int y2, int x3, int y3, int x4, int y4, int FillFlag, int WriteZMode) |
| int | DrawRoundRectToZBuffer (int x1, int y1, int x2, int y2, int rx, int ry, int FillFlag, int WriteZMode) |
| int | DrawPolygon (const VERTEX *VertexArray, int PolygonNum, int GrHandle, int TransFlag, int UVScaling=FALSE) |
| int | DrawPolygon2D (const VERTEX2D *VertexArray, int PolygonNum, int GrHandle, int TransFlag) |
| int | DrawPolygon3D (const VERTEX3D *VertexArray, int PolygonNum, int GrHandle, int TransFlag) |
| int | DrawPolygonIndexed2D (const VERTEX2D *VertexArray, int VertexNum, const unsigned short *IndexArray, int PolygonNum, int GrHandle, int TransFlag) |
| int | DrawPolygonIndexed3D (const VERTEX3D *VertexArray, int VertexNum, const unsigned short *IndexArray, int PolygonNum, int GrHandle, int TransFlag) |
| int | DrawPolygonIndexed3DBase (const VERTEX_3D *VertexArray, int VertexNum, const unsigned short *IndexArray, int IndexNum, int PrimitiveType, int GrHandle, int TransFlag) |
| int | DrawPolygon3DBase (const VERTEX_3D *VertexArray, int VertexNum, int PrimitiveType, int GrHandle, int TransFlag) |
| int | DrawPolygon3D (const VERTEX_3D *VertexArray, int PolygonNum, int GrHandle, int TransFlag) |
| int | DrawPolygonBase (const VERTEX *VertexArray, int VertexNum, int PrimitiveType, int GrHandle, int TransFlag, int UVScaling=FALSE) |
| int | DrawPrimitive2D (const VERTEX2D *VertexArray, int VertexNum, int PrimitiveType, int GrHandle, int TransFlag) |
| int | DrawPrimitive3D (const VERTEX3D *VertexArray, int VertexNum, int PrimitiveType, int GrHandle, int TransFlag) |
| int | DrawPrimitiveIndexed2D (const VERTEX2D *VertexArray, int VertexNum, const unsigned short *IndexArray, int IndexNum, int PrimitiveType, int GrHandle, int TransFlag) |
| int | DrawPrimitiveIndexed3D (const VERTEX3D *VertexArray, int VertexNum, const unsigned short *IndexArray, int IndexNum, int PrimitiveType, int GrHandle, int TransFlag) |
| int | DrawPolygon3D_UseVertexBuffer (int VertexBufHandle, int GrHandle, int TransFlag) |
| int | DrawPrimitive3D_UseVertexBuffer (int VertexBufHandle, int PrimitiveType, int GrHandle, int TransFlag) |
| int | DrawPrimitive3D_UseVertexBuffer2 (int VertexBufHandle, int PrimitiveType, int StartVertex, int UseVertexNum, int GrHandle, int TransFlag) |
| int | DrawPolygonIndexed3D_UseVertexBuffer (int VertexBufHandle, int IndexBufHandle, int GrHandle, int TransFlag) |
| int | DrawPrimitiveIndexed3D_UseVertexBuffer (int VertexBufHandle, int IndexBufHandle, int PrimitiveType, int GrHandle, int TransFlag) |
| int | DrawPrimitiveIndexed3D_UseVertexBuffer2 (int VertexBufHandle, int IndexBufHandle, int PrimitiveType, int BaseVertex, int StartVertex, int UseVertexNum, int StartIndex, int UseIndexNum, int GrHandle, int TransFlag) |
| int | DrawGraph3D (float x, float y, float z, int GrHandle, int TransFlag) |
| int | DrawExtendGraph3D (float x, float y, float z, double ExRateX, double ExRateY, int GrHandle, int TransFlag) |
| int | DrawRotaGraph3D (float x, float y, float z, double ExRate, double Angle, int GrHandle, int TransFlag, int ReverseXFlag=FALSE, int ReverseYFlag=FALSE) |
| int | DrawRota2Graph3D (float x, float y, float z, float cx, float cy, double ExtRateX, double ExtRateY, double Angle, int GrHandle, int TransFlag, int ReverseXFlag=FALSE, int ReverseYFlag=FALSE) |
| int | DrawModiBillboard3D (VECTOR Pos, float x1, float y1, float x2, float y2, float x3, float y3, float x4, float y4, int GrHandle, int TransFlag) |
| int | DrawBillboard3D (VECTOR Pos, float cx, float cy, float Size, float Angle, int GrHandle, int TransFlag, int ReverseXFlag=FALSE, int ReverseYFlag=FALSE) |
| int | SetDrawMode (int DrawMode) |
| int | GetDrawMode (void) |
| int | SetDrawBlendMode (int BlendMode, int BlendParam) |
| int | GetDrawBlendMode (int *BlendMode, int *BlendParam) |
| int | SetDrawAlphaTest (int TestMode, int TestParam) |
| int | GetDrawAlphaTest (int *TestMode, int *TestParam) |
| int | SetBlendGraph (int BlendGraph, int BorderParam, int BorderRange) |
| int | SetBlendGraphParam (int BlendGraph, int BlendType,...) |
| int | SetBlendGraphPosition (int x, int y) |
| int | SetBlendGraphPositionMode (int BlendGraphPositionMode) |
| int | SetDrawBright (int RedBright, int GreenBright, int BlueBright) |
| int | GetDrawBright (int *Red, int *Green, int *Blue) |
| int | SetWriteAlphaChannelFlag (int Flag) |
| int | GetWriteAlphaChannelFlag (void) |
| int | CheckSeparateAlphaBlendEnable (void) |
| int | SetIgnoreDrawGraphColor (int EnableFlag) |
| int | SetMaxAnisotropy (int MaxAnisotropy) |
| int | GetMaxAnisotropy (void) |
| int | SetUseLarge3DPositionSupport (int UseFlag) |
| int | SetUseZBufferFlag (int Flag) |
| int | SetWriteZBufferFlag (int Flag) |
| int | SetZBufferCmpType (int CmpType) |
| int | SetZBias (int Bias) |
| int | SetUseZBuffer3D (int Flag) |
| int | SetWriteZBuffer3D (int Flag) |
| int | SetZBufferCmpType3D (int CmpType) |
| int | SetZBias3D (int Bias) |
| int | SetDrawZ (float Z) |
| int | SetDrawArea (int x1, int y1, int x2, int y2) |
| int | GetDrawArea (RECT *Rect) |
| int | SetDrawAreaFull (void) |
| int | SetDraw3DScale (float Scale) |
| int | SetRestoreShredPoint (void(*ShredPoint)(void)) |
| int | SetRestoreGraphCallback (void(*Callback)(void)) |
| int | RunRestoreShred (void) |
| int | SetGraphicsDeviceRestoreCallbackFunction (void(*Callback)(void *Data), void *CallbackData) |
| int | SetGraphicsDeviceLostCallbackFunction (void(*Callback)(void *Data), void *CallbackData) |
| int | SetTransformTo2D (const MATRIX *Matrix) |
| int | SetTransformTo2DD (const MATRIX_D *Matrix) |
| int | ResetTransformTo2D (void) |
| int | SetTransformToWorld (const MATRIX *Matrix) |
| int | SetTransformToWorldD (const MATRIX_D *Matrix) |
| int | GetTransformToWorldMatrix (MATRIX *MatBuf) |
| int | GetTransformToWorldMatrixD (MATRIX_D *MatBuf) |
| int | SetTransformToView (const MATRIX *Matrix) |
| int | SetTransformToViewD (const MATRIX_D *Matrix) |
| int | GetTransformToViewMatrix (MATRIX *MatBuf) |
| int | GetTransformToViewMatrixD (MATRIX_D *MatBuf) |
| int | SetTransformToProjection (const MATRIX *Matrix) |
| int | SetTransformToProjectionD (const MATRIX_D *Matrix) |
| int | GetTransformToProjectionMatrix (MATRIX *MatBuf) |
| int | GetTransformToProjectionMatrixD (MATRIX_D *MatBuf) |
| int | SetTransformToViewport (const MATRIX *Matrix) |
| int | SetTransformToViewportD (const MATRIX_D *Matrix) |
| int | GetTransformToViewportMatrix (MATRIX *MatBuf) |
| int | GetTransformToViewportMatrixD (MATRIX_D *MatBuf) |
| int | GetTransformToAPIViewportMatrix (MATRIX *MatBuf) |
| int | GetTransformToAPIViewportMatrixD (MATRIX_D *MatBuf) |
| int | SetDefTransformMatrix (void) |
| int | GetTransformPosition (VECTOR *LocalPos, float *x, float *y) |
| int | GetTransformPositionD (VECTOR_D *LocalPos, double *x, double *y) |
| float | GetBillboardPixelSize (VECTOR WorldPos, float WorldSize) |
| double | GetBillboardPixelSizeD (VECTOR_D WorldPos, double WorldSize) |
| VECTOR | ConvWorldPosToViewPos (VECTOR WorldPos) |
| VECTOR_D | ConvWorldPosToViewPosD (VECTOR_D WorldPos) |
| VECTOR | ConvWorldPosToScreenPos (VECTOR WorldPos) |
| VECTOR_D | ConvWorldPosToScreenPosD (VECTOR_D WorldPos) |
| FLOAT4 | ConvWorldPosToScreenPosPlusW (VECTOR WorldPos) |
| DOUBLE4 | ConvWorldPosToScreenPosPlusWD (VECTOR_D WorldPos) |
| VECTOR | ConvScreenPosToWorldPos (VECTOR ScreenPos) |
| VECTOR_D | ConvScreenPosToWorldPosD (VECTOR_D ScreenPos) |
| VECTOR | ConvScreenPosToWorldPos_ZLinear (VECTOR ScreenPos) |
| VECTOR_D | ConvScreenPosToWorldPos_ZLinearD (VECTOR_D ScreenPos) |
| int | SetUseCullingFlag (int Flag) |
| int | SetUseBackCulling (int Flag) |
| int | GetUseBackCulling (void) |
| int | SetTextureAddressMode (int Mode, int Stage=-1) |
| int | SetTextureAddressModeUV (int ModeU, int ModeV, int Stage=-1) |
| int | SetTextureAddressTransform (float TransU, float TransV, float ScaleU, float ScaleV, float RotCenterU, float RotCenterV, float Rotate) |
| int | SetTextureAddressTransformMatrix (MATRIX Matrix) |
| int | ResetTextureAddressTransform (void) |
| int | SetFogEnable (int Flag) |
| int | GetFogEnable (void) |
| int | SetFogMode (int Mode) |
| int | GetFogMode (void) |
| int | SetFogColor (int r, int g, int b) |
| int | GetFogColor (int *r, int *g, int *b) |
| int | SetFogStartEnd (float start, float end) |
| int | GetFogStartEnd (float *start, float *end) |
| int | SetFogDensity (float density) |
| float | GetFogDensity (void) |
| unsigned int | GetPixel (int x, int y) |
| COLOR_F | GetPixelF (int x, int y) |
| int | SetBackgroundColor (int Red, int Green, int Blue, int Alpha=0) |
| int | GetBackgroundColor (int *Red, int *Green, int *Blue, int *Alpha=NULL) |
| int | GetDrawScreenGraph (int x1, int y1, int x2, int y2, int GrHandle, int UseClientFlag=TRUE) |
| int | BltDrawValidGraph (int TargetDrawValidGrHandle, int x1, int y1, int x2, int y2, int DestX, int DestY, int DestGrHandle) |
| int | ScreenFlip (void) |
| int | ScreenCopy (void) |
| int | WaitVSync (int SyncNum) |
| int | ClearDrawScreen (const RECT *ClearRect=NULL) |
| int | ClearDrawScreenZBuffer (const RECT *ClearRect=NULL) |
| int | ClsDrawScreen (void) |
| int | SetDrawScreen (int DrawScreen) |
| int | GetDrawScreen (void) |
| int | GetActiveGraph (void) |
| int | SetUseSetDrawScreenSettingReset (int UseFlag) |
| int | GetUseSetDrawScreenSettingReset (void) |
| int | SetDrawZBuffer (int DrawScreen) |
| int | SetGraphMode (int ScreenSizeX, int ScreenSizeY, int ColorBitDepth, int RefreshRate=60) |
| int | SetUserScreenImage (void *Image, int PixelFormat) |
| int | SetFullScreenResolutionMode (int ResolutionMode) |
| int | GetFullScreenResolutionMode (int *ResolutionMode, int *UseResolutionMode) |
| int | SetFullScreenScalingMode (int ScalingMode, int FitScaling=FALSE) |
| int | SetEmulation320x240 (int Flag) |
| int | SetZBufferSize (int ZBufferSizeX, int ZBufferSizeY) |
| int | SetZBufferBitDepth (int BitDepth) |
| int | SetWaitVSyncFlag (int Flag) |
| int | GetWaitVSyncFlag (void) |
| int | SetFullSceneAntiAliasingMode (int Samples, int Quality) |
| int | SetGraphDisplayArea (int x1, int y1, int x2, int y2) |
| int | SetChangeScreenModeGraphicsSystemResetFlag (int Flag) |
| int | GetScreenState (int *SizeX, int *SizeY, int *ColorBitDepth) |
| int | GetDrawScreenSize (int *XBuf, int *YBuf) |
| int | GetScreenBitDepth (void) |
| int | GetColorBitDepth (void) |
| int | GetChangeDisplayFlag (void) |
| int | GetVideoMemorySize (int *AllSize, int *FreeSize) |
| int | GetRefreshRate (void) |
| int | GetDisplayNum (void) |
| int | GetDisplayInfo (int DisplayIndex, int *DesktopRectX, int *DesktopRectY, int *DesktopSizeX, int *DesktopSizeY, int *IsPrimary) |
| int | GetDisplayModeNum (int DisplayIndex=0) |
| DISPLAYMODEDATA | GetDisplayMode (int ModeIndex, int DisplayIndex=0) |
| int | GetDisplayMaxResolution (int *SizeX, int *SizeY, int DisplayIndex=0) |
| const COLORDATA * | GetDispColorData (void) |
| int | GetMultiDrawScreenNum (void) |
| int | GetDrawFloatCoordType (void) |
| int | SetUseNormalDrawShader (int Flag) |
| int | SetUseSoftwareRenderModeFlag (int Flag) |
| int | SetNotUse3DFlag (int Flag) |
| int | SetUse3DFlag (int Flag) |
| int | GetUse3DFlag (void) |
| int | SetScreenMemToVramFlag (int Flag) |
| int | GetScreenMemToSystemMemFlag (void) |
| int | SetWindowDrawRect (const RECT *DrawRect) |
| int | RestoreGraphSystem (void) |
| int | SetUseHardwareVertexProcessing (int Flag) |
| int | SetUsePixelLighting (int Flag) |
| int | SetUseOldDrawModiGraphCodeFlag (int Flag) |
| int | SetUseVramFlag (int Flag) |
| int | GetUseVramFlag (void) |
| int | SetBasicBlendFlag (int Flag) |
| int | SetUseBasicGraphDraw3DDeviceMethodFlag (int Flag) |
| int | SetUseDisplayIndex (int Index) |
| int | RenderVertex (void) |
| int | GetDrawCallCount (void) |
| float | GetFPS (void) |
| int | SaveDrawScreen (int x1, int y1, int x2, int y2, const TCHAR *FileName, int SaveType=DX_IMAGESAVETYPE_BMP, int Jpeg_Quality=80, int Jpeg_Sample2x1=TRUE, int Png_CompressionLevel=-1) |
| int | SaveDrawScreenWithStrLen (int x1, int y1, int x2, int y2, const TCHAR *FileName, size_t FileNameLength, int SaveType=DX_IMAGESAVETYPE_BMP, int Jpeg_Quality=80, int Jpeg_Sample2x1=TRUE, int Png_CompressionLevel=-1) |
| int | SaveDrawScreenToBMP (int x1, int y1, int x2, int y2, const TCHAR *FileName) |
| int | SaveDrawScreenToBMPWithStrLen (int x1, int y1, int x2, int y2, const TCHAR *FileName, size_t FileNameLength) |
| int | SaveDrawScreenToDDS (int x1, int y1, int x2, int y2, const TCHAR *FileName) |
| int | SaveDrawScreenToDDSWithStrLen (int x1, int y1, int x2, int y2, const TCHAR *FileName, size_t FileNameLength) |
| int | SaveDrawScreenToJPEG (int x1, int y1, int x2, int y2, const TCHAR *FileName, int Quality=80, int Sample2x1=TRUE) |
| int | SaveDrawScreenToJPEGWithStrLen (int x1, int y1, int x2, int y2, const TCHAR *FileName, size_t FileNameLength, int Quality=80, int Sample2x1=TRUE) |
| int | SaveDrawScreenToPNG (int x1, int y1, int x2, int y2, const TCHAR *FileName, int CompressionLevel=-1) |
| int | SaveDrawScreenToPNGWithStrLen (int x1, int y1, int x2, int y2, const TCHAR *FileName, size_t FileNameLength, int CompressionLevel=-1) |
| int | SaveDrawValidGraph (int GrHandle, int x1, int y1, int x2, int y2, const TCHAR *FileName, int SaveType=DX_IMAGESAVETYPE_BMP, int Jpeg_Quality=80, int Jpeg_Sample2x1=TRUE, int Png_CompressionLevel=-1) |
| int | SaveDrawValidGraphWithStrLen (int GrHandle, int x1, int y1, int x2, int y2, const TCHAR *FileName, size_t FileNameLength, int SaveType=DX_IMAGESAVETYPE_BMP, int Jpeg_Quality=80, int Jpeg_Sample2x1=TRUE, int Png_CompressionLevel=-1) |
| int | SaveDrawValidGraphToBMP (int GrHandle, int x1, int y1, int x2, int y2, const TCHAR *FileName) |
| int | SaveDrawValidGraphToBMPWithStrLen (int GrHandle, int x1, int y1, int x2, int y2, const TCHAR *FileName, size_t FileNameLength) |
| int | SaveDrawValidGraphToDDS (int GrHandle, int x1, int y1, int x2, int y2, const TCHAR *FileName) |
| int | SaveDrawValidGraphToDDSWithStrLen (int GrHandle, int x1, int y1, int x2, int y2, const TCHAR *FileName, size_t FileNameLength) |
| int | SaveDrawValidGraphToJPEG (int GrHandle, int x1, int y1, int x2, int y2, const TCHAR *FileName, int Quality=80, int Sample2x1=TRUE) |
| int | SaveDrawValidGraphToJPEGWithStrLen (int GrHandle, int x1, int y1, int x2, int y2, const TCHAR *FileName, size_t FileNameLength, int Quality=80, int Sample2x1=TRUE) |
| int | SaveDrawValidGraphToPNG (int GrHandle, int x1, int y1, int x2, int y2, const TCHAR *FileName, int CompressionLevel=-1) |
| int | SaveDrawValidGraphToPNGWithStrLen (int GrHandle, int x1, int y1, int x2, int y2, const TCHAR *FileName, size_t FileNameLength, int CompressionLevel=-1) |
| int | CreateVertexBuffer (int VertexNum, int VertexType) |
| int | DeleteVertexBuffer (int VertexBufHandle) |
| int | InitVertexBuffer (void) |
| int | SetVertexBufferData (int SetIndex, const void *VertexArray, int VertexNum, int VertexBufHandle) |
| void * | GetBufferVertexBuffer (int VertexBufHandle) |
| int | UpdateVertexBuffer (int VertexBufHandle, int UpdateStartIndex, int UpdateVertexNum) |
| int | CreateIndexBuffer (int IndexNum, int IndexType) |
| int | DeleteIndexBuffer (int IndexBufHandle) |
| int | InitIndexBuffer (void) |
| int | SetIndexBufferData (int SetIndex, const void *IndexArray, int IndexNum, int IndexBufHandle) |
| void * | GetBufferIndexBuffer (int IndexBufHandle) |
| int | UpdateIndexBuffer (int IndexBufHandle, int UpdateStartIndex, int UpdateIndexNum) |
| int | GetMaxPrimitiveCount (void) |
| int | GetMaxVertexIndex (void) |
| int | GetValidShaderVersion (void) |
| int | LoadVertexShader (const TCHAR *FileName) |
| int | LoadVertexShaderWithStrLen (const TCHAR *FileName, size_t FileNameLength) |
| int | LoadGeometryShader (const TCHAR *FileName) |
| int | LoadGeometryShaderWithStrLen (const TCHAR *FileName, size_t FileNameLength) |
| int | LoadPixelShader (const TCHAR *FileName) |
| int | LoadPixelShaderWithStrLen (const TCHAR *FileName, size_t FileNameLength) |
| int | LoadVertexShaderFromMem (const void *ImageAddress, int ImageSize) |
| int | LoadGeometryShaderFromMem (const void *ImageAddress, int ImageSize) |
| int | LoadPixelShaderFromMem (const void *ImageAddress, int ImageSize) |
| int | DeleteShader (int ShaderHandle) |
| int | InitShader (void) |
| int | GetConstIndexToShader (const TCHAR *ConstantName, int ShaderHandle) |
| int | GetConstIndexToShaderWithStrLen (const TCHAR *ConstantName, size_t ConstantNameLength, int ShaderHandle) |
| int | GetConstCountToShader (const TCHAR *ConstantName, int ShaderHandle) |
| int | GetConstCountToShaderWithStrLen (const TCHAR *ConstantName, size_t ConstantNameLength, int ShaderHandle) |
| const FLOAT4 * | GetConstDefaultParamFToShader (const TCHAR *ConstantName, int ShaderHandle) |
| const FLOAT4 * | GetConstDefaultParamFToShaderWithStrLen (const TCHAR *ConstantName, size_t ConstantNameLength, int ShaderHandle) |
| int | SetVSConstSF (int ConstantIndex, float Param) |
| int | SetVSConstF (int ConstantIndex, FLOAT4 Param) |
| int | SetVSConstFMtx (int ConstantIndex, MATRIX Param) |
| int | SetVSConstFMtxT (int ConstantIndex, MATRIX Param) |
| int | SetVSConstSI (int ConstantIndex, int Param) |
| int | SetVSConstI (int ConstantIndex, INT4 Param) |
| int | SetVSConstB (int ConstantIndex, BOOL Param) |
| int | SetVSConstSFArray (int ConstantIndex, const float *ParamArray, int ParamNum) |
| int | SetVSConstFArray (int ConstantIndex, const FLOAT4 *ParamArray, int ParamNum) |
| int | SetVSConstFMtxArray (int ConstantIndex, const MATRIX *ParamArray, int ParamNum) |
| int | SetVSConstFMtxTArray (int ConstantIndex, const MATRIX *ParamArray, int ParamNum) |
| int | SetVSConstSIArray (int ConstantIndex, const int *ParamArray, int ParamNum) |
| int | SetVSConstIArray (int ConstantIndex, const INT4 *ParamArray, int ParamNum) |
| int | SetVSConstBArray (int ConstantIndex, const BOOL *ParamArray, int ParamNum) |
| int | ResetVSConstF (int ConstantIndex, int ParamNum) |
| int | ResetVSConstI (int ConstantIndex, int ParamNum) |
| int | ResetVSConstB (int ConstantIndex, int ParamNum) |
| int | SetPSConstSF (int ConstantIndex, float Param) |
| int | SetPSConstF (int ConstantIndex, FLOAT4 Param) |
| int | SetPSConstFMtx (int ConstantIndex, MATRIX Param) |
| int | SetPSConstFMtxT (int ConstantIndex, MATRIX Param) |
| int | SetPSConstSI (int ConstantIndex, int Param) |
| int | SetPSConstI (int ConstantIndex, INT4 Param) |
| int | SetPSConstB (int ConstantIndex, BOOL Param) |
| int | SetPSConstSFArray (int ConstantIndex, const float *ParamArray, int ParamNum) |
| int | SetPSConstFArray (int ConstantIndex, const FLOAT4 *ParamArray, int ParamNum) |
| int | SetPSConstFMtxArray (int ConstantIndex, const MATRIX *ParamArray, int ParamNum) |
| int | SetPSConstFMtxTArray (int ConstantIndex, const MATRIX *ParamArray, int ParamNum) |
| int | SetPSConstSIArray (int ConstantIndex, const int *ParamArray, int ParamNum) |
| int | SetPSConstIArray (int ConstantIndex, const INT4 *ParamArray, int ParamNum) |
| int | SetPSConstBArray (int ConstantIndex, const BOOL *ParamArray, int ParamNum) |
| int | ResetPSConstF (int ConstantIndex, int ParamNum) |
| int | ResetPSConstI (int ConstantIndex, int ParamNum) |
| int | ResetPSConstB (int ConstantIndex, int ParamNum) |
| int | SetRenderTargetToShader (int TargetIndex, int DrawScreen, int SurfaceIndex=0, int MipLevel=0) |
| int | SetUseTextureToShader (int StageIndex, int GraphHandle) |
| int | SetUseVertexShader (int ShaderHandle) |
| int | SetUseGeometryShader (int ShaderHandle) |
| int | SetUsePixelShader (int ShaderHandle) |
| int | CalcPolygonBinormalAndTangentsToShader (VERTEX3DSHADER *VertexArray, int PolygonNum) |
| int | CalcPolygonIndexedBinormalAndTangentsToShader (VERTEX3DSHADER *VertexArray, int VertexNum, const unsigned short *IndexArray, int PolygonNum) |
| int | DrawBillboard3DToShader (VECTOR Pos, float cx, float cy, float Size, float Angle, int GrHandle, int TransFlag, int ReverseXFlag=FALSE, int ReverseYFlag=FALSE) |
| int | DrawPolygon2DToShader (const VERTEX2DSHADER *VertexArray, int PolygonNum) |
| int | DrawPolygon3DToShader (const VERTEX3DSHADER *VertexArray, int PolygonNum) |
| int | DrawPolygonIndexed2DToShader (const VERTEX2DSHADER *VertexArray, int VertexNum, const unsigned short *IndexArray, int PolygonNum) |
| int | DrawPolygonIndexed3DToShader (const VERTEX3DSHADER *VertexArray, int VertexNum, const unsigned short *IndexArray, int PolygonNum) |
| int | DrawPrimitive2DToShader (const VERTEX2DSHADER *VertexArray, int VertexNum, int PrimitiveType) |
| int | DrawPrimitive3DToShader (const VERTEX3DSHADER *VertexArray, int VertexNum, int PrimitiveType) |
| int | DrawPrimitiveIndexed2DToShader (const VERTEX2DSHADER *VertexArray, int VertexNum, const unsigned short *IndexArray, int IndexNum, int PrimitiveType) |
| int | DrawPrimitiveIndexed3DToShader (const VERTEX3DSHADER *VertexArray, int VertexNum, const unsigned short *IndexArray, int IndexNum, int PrimitiveType) |
| int | DrawPolygon3DToShader_UseVertexBuffer (int VertexBufHandle) |
| int | DrawPolygonIndexed3DToShader_UseVertexBuffer (int VertexBufHandle, int IndexBufHandle) |
| int | DrawPrimitive3DToShader_UseVertexBuffer (int VertexBufHandle, int PrimitiveType) |
| int | DrawPrimitive3DToShader_UseVertexBuffer2 (int VertexBufHandle, int PrimitiveType, int StartVertex, int UseVertexNum) |
| int | DrawPrimitiveIndexed3DToShader_UseVertexBuffer (int VertexBufHandle, int IndexBufHandle, int PrimitiveType) |
| int | DrawPrimitiveIndexed3DToShader_UseVertexBuffer2 (int VertexBufHandle, int IndexBufHandle, int PrimitiveType, int BaseVertex, int StartVertex, int UseVertexNum, int StartIndex, int UseIndexNum) |
| int | InitShaderConstantBuffer (void) |
| int | CreateShaderConstantBuffer (int BufferSize) |
| int | DeleteShaderConstantBuffer (int SConstBufHandle) |
| void * | GetBufferShaderConstantBuffer (int SConstBufHandle) |
| int | UpdateShaderConstantBuffer (int SConstBufHandle) |
| int | SetShaderConstantBuffer (int SConstBufHandle, int TargetShader, int Slot) |
| int | SetGraphFilterBltBlendMode (int BlendMode) |
| int | GraphFilter (int GrHandle, int FilterType,...) |
| int | GraphFilterBlt (int SrcGrHandle, int DestGrHandle, int FilterType,...) |
| int | GraphFilterRectBlt (int SrcGrHandle, int DestGrHandle, int SrcX1, int SrcY1, int SrcX2, int SrcY2, int DestX, int DestY, int FilterType,...) |
| int | GraphBlend (int GrHandle, int BlendGrHandle, int BlendRatio, int BlendType,...) |
| int | GraphBlendBlt (int SrcGrHandle, int BlendGrHandle, int DestGrHandle, int BlendRatio, int BlendType,...) |
| int | GraphBlendRectBlt (int SrcGrHandle, int BlendGrHandle, int DestGrHandle, int SrcX1, int SrcY1, int SrcX2, int SrcY2, int BlendX, int BlendY, int DestX, int DestY, int BlendRatio, int BlendType,...) |
| int | PlayMovie (const TCHAR *FileName, int ExRate, int PlayType) |
| int | PlayMovieWithStrLen (const TCHAR *FileName, size_t FileNameLength, int ExRate, int PlayType) |
| int | GetMovieImageSize_File (const TCHAR *FileName, int *SizeX, int *SizeY) |
| int | GetMovieImageSize_File_WithStrLen (const TCHAR *FileName, size_t FileNameLength, int *SizeX, int *SizeY) |
| int | GetMovieImageSize_Mem (const void *FileImage, int FileImageSize, int *SizeX, int *SizeY) |
| int | OpenMovieToGraph (const TCHAR *FileName, int FullColor=TRUE) |
| int | OpenMovieToGraphWithStrLen (const TCHAR *FileName, size_t FileNameLength, int FullColor=TRUE) |
| int | PlayMovieToGraph (int GraphHandle, int PlayType=DX_PLAYTYPE_BACK, int SysPlay=0) |
| int | PauseMovieToGraph (int GraphHandle, int SysPause=0) |
| int | AddMovieFrameToGraph (int GraphHandle, unsigned int FrameNum) |
| int | SeekMovieToGraph (int GraphHandle, int Time) |
| int | SetPlaySpeedRateMovieToGraph (int GraphHandle, double SpeedRate) |
| int | GetMovieStateToGraph (int GraphHandle) |
| int | SetMovieVolumeToGraph (int Volume, int GraphHandle) |
| int | ChangeMovieVolumeToGraph (int Volume, int GraphHandle) |
| const BASEIMAGE * | GetMovieBaseImageToGraph (int GraphHandle, int *ImageUpdateFlag=NULL, int ImageUpdateFlagSetOnly=FALSE) |
| int | GetMovieTotalFrameToGraph (int GraphHandle) |
| int | TellMovieToGraph (int GraphHandle) |
| int | TellMovieToGraphToFrame (int GraphHandle) |
| int | SeekMovieToGraphToFrame (int GraphHandle, int Frame) |
| LONGLONG | GetOneFrameTimeMovieToGraph (int GraphHandle) |
| int | GetLastUpdateTimeMovieToGraph (int GraphHandle) |
| int | SetMovieRightImageAlphaFlag (int Flag) |
| int | SetMovieColorA8R8G8B8Flag (int Flag) |
| int | SetMovieUseYUVFormatSurfaceFlag (int Flag) |
| int | SetCameraNearFar (float Near, float Far) |
| int | SetCameraNearFarD (double Near, double Far) |
| int | SetCameraPositionAndTarget_UpVecY (VECTOR Position, VECTOR Target) |
| int | SetCameraPositionAndTarget_UpVecYD (VECTOR_D Position, VECTOR_D Target) |
| int | SetCameraPositionAndTargetAndUpVec (VECTOR Position, VECTOR TargetPosition, VECTOR UpVector) |
| int | SetCameraPositionAndTargetAndUpVecD (VECTOR_D Position, VECTOR_D TargetPosition, VECTOR_D UpVector) |
| int | SetCameraPositionAndAngle (VECTOR Position, float VRotate, float HRotate, float TRotate) |
| int | SetCameraPositionAndAngleD (VECTOR_D Position, double VRotate, double HRotate, double TRotate) |
| int | SetCameraViewMatrix (MATRIX ViewMatrix) |
| int | SetCameraViewMatrixD (MATRIX_D ViewMatrix) |
| int | SetCameraScreenCenter (float x, float y) |
| int | SetCameraScreenCenterD (double x, double y) |
| int | SetupCamera_Perspective (float Fov) |
| int | SetupCamera_PerspectiveD (double Fov) |
| int | SetupCamera_Ortho (float Size) |
| int | SetupCamera_OrthoD (double Size) |
| int | SetupCamera_ProjectionMatrix (MATRIX ProjectionMatrix) |
| int | SetupCamera_ProjectionMatrixD (MATRIX_D ProjectionMatrix) |
| int | SetCameraDotAspect (float DotAspect) |
| int | SetCameraDotAspectD (double DotAspect) |
| int | CheckCameraViewClip (VECTOR CheckPos) |
| int | CheckCameraViewClipD (VECTOR_D CheckPos) |
| int | CheckCameraViewClip_Dir (VECTOR CheckPos) |
| int | CheckCameraViewClip_DirD (VECTOR_D CheckPos) |
| int | CheckCameraViewClip_Box (VECTOR BoxPos1, VECTOR BoxPos2) |
| int | CheckCameraViewClip_BoxD (VECTOR_D BoxPos1, VECTOR_D BoxPos2) |
| float | GetCameraNear (void) |
| double | GetCameraNearD (void) |
| float | GetCameraFar (void) |
| double | GetCameraFarD (void) |
| VECTOR | GetCameraPosition (void) |
| VECTOR_D | GetCameraPositionD (void) |
| VECTOR | GetCameraTarget (void) |
| VECTOR_D | GetCameraTargetD (void) |
| VECTOR | GetCameraUpVector (void) |
| VECTOR_D | GetCameraUpVectorD (void) |
| VECTOR | GetCameraDownVector (void) |
| VECTOR_D | GetCameraDownVectorD (void) |
| VECTOR | GetCameraRightVector (void) |
| VECTOR_D | GetCameraRightVectorD (void) |
| VECTOR | GetCameraLeftVector (void) |
| VECTOR_D | GetCameraLeftVectorD (void) |
| VECTOR | GetCameraFrontVector (void) |
| VECTOR_D | GetCameraFrontVectorD (void) |
| VECTOR | GetCameraBackVector (void) |
| VECTOR_D | GetCameraBackVectorD (void) |
| float | GetCameraAngleHRotate (void) |
| double | GetCameraAngleHRotateD (void) |
| float | GetCameraAngleVRotate (void) |
| double | GetCameraAngleVRotateD (void) |
| float | GetCameraAngleTRotate (void) |
| double | GetCameraAngleTRotateD (void) |
| MATRIX | GetCameraViewMatrix (void) |
| MATRIX_D | GetCameraViewMatrixD (void) |
| MATRIX | GetCameraBillboardMatrix (void) |
| MATRIX_D | GetCameraBillboardMatrixD (void) |
| int | GetCameraScreenCenter (float *x, float *y) |
| int | GetCameraScreenCenterD (double *x, double *y) |
| float | GetCameraFov (void) |
| double | GetCameraFovD (void) |
| float | GetCameraSize (void) |
| double | GetCameraSizeD (void) |
| MATRIX | GetCameraProjectionMatrix (void) |
| MATRIX_D | GetCameraProjectionMatrixD (void) |
| float | GetCameraDotAspect (void) |
| double | GetCameraDotAspectD (void) |
| MATRIX | GetCameraViewportMatrix (void) |
| MATRIX_D | GetCameraViewportMatrixD (void) |
| MATRIX | GetCameraAPIViewportMatrix (void) |
| MATRIX_D | GetCameraAPIViewportMatrixD (void) |
| int | SetUseLighting (int Flag) |
| int | SetMaterialUseVertDifColor (int UseFlag) |
| int | SetMaterialUseVertSpcColor (int UseFlag) |
| int | SetMaterialParam (MATERIALPARAM Material) |
| int | SetUseSpecular (int UseFlag) |
| int | SetGlobalAmbientLight (COLOR_F Color) |
| int | ChangeLightTypeDir (VECTOR Direction) |
| int | ChangeLightTypeSpot (VECTOR Position, VECTOR Direction, float OutAngle, float InAngle, float Range, float Atten0, float Atten1, float Atten2) |
| int | ChangeLightTypePoint (VECTOR Position, float Range, float Atten0, float Atten1, float Atten2) |
| int | GetLightType (void) |
| int | SetLightEnable (int EnableFlag) |
| int | GetLightEnable (void) |
| int | SetLightDifColor (COLOR_F Color) |
| COLOR_F | GetLightDifColor (void) |
| int | SetLightSpcColor (COLOR_F Color) |
| COLOR_F | GetLightSpcColor (void) |
| int | SetLightAmbColor (COLOR_F Color) |
| COLOR_F | GetLightAmbColor (void) |
| int | SetLightDirection (VECTOR Direction) |
| VECTOR | GetLightDirection (void) |
| int | SetLightPosition (VECTOR Position) |
| VECTOR | GetLightPosition (void) |
| int | SetLightRangeAtten (float Range, float Atten0, float Atten1, float Atten2) |
| int | GetLightRangeAtten (float *Range, float *Atten0, float *Atten1, float *Atten2) |
| int | SetLightAngle (float OutAngle, float InAngle) |
| int | GetLightAngle (float *OutAngle, float *InAngle) |
| int | SetLightUseShadowMap (int SmSlotIndex, int UseFlag) |
| int | CreateDirLightHandle (VECTOR Direction) |
| int | CreateSpotLightHandle (VECTOR Position, VECTOR Direction, float OutAngle, float InAngle, float Range, float Atten0, float Atten1, float Atten2) |
| int | CreatePointLightHandle (VECTOR Position, float Range, float Atten0, float Atten1, float Atten2) |
| int | DeleteLightHandle (int LHandle) |
| int | DeleteLightHandleAll (void) |
| int | SetLightTypeHandle (int LHandle, int LightType) |
| int | SetLightEnableHandle (int LHandle, int EnableFlag) |
| int | SetLightDifColorHandle (int LHandle, COLOR_F Color) |
| int | SetLightSpcColorHandle (int LHandle, COLOR_F Color) |
| int | SetLightAmbColorHandle (int LHandle, COLOR_F Color) |
| int | SetLightDirectionHandle (int LHandle, VECTOR Direction) |
| int | SetLightPositionHandle (int LHandle, VECTOR Position) |
| int | SetLightRangeAttenHandle (int LHandle, float Range, float Atten0, float Atten1, float Atten2) |
| int | SetLightAngleHandle (int LHandle, float OutAngle, float InAngle) |
| int | SetLightUseShadowMapHandle (int LHandle, int SmSlotIndex, int UseFlag) |
| int | GetLightTypeHandle (int LHandle) |
| int | GetLightEnableHandle (int LHandle) |
| COLOR_F | GetLightDifColorHandle (int LHandle) |
| COLOR_F | GetLightSpcColorHandle (int LHandle) |
| COLOR_F | GetLightAmbColorHandle (int LHandle) |
| VECTOR | GetLightDirectionHandle (int LHandle) |
| VECTOR | GetLightPositionHandle (int LHandle) |
| int | GetLightRangeAttenHandle (int LHandle, float *Range, float *Atten0, float *Atten1, float *Atten2) |
| int | GetLightAngleHandle (int LHandle, float *OutAngle, float *InAngle) |
| int | GetEnableLightHandleNum (void) |
| int | GetEnableLightHandle (int Index) |
| int | GetTexFormatIndex (const IMAGEFORMATDESC *Format) |
| int | CreateMaskScreen (void) |
| int | DeleteMaskScreen (void) |
| int | DrawMaskToDirectData (int x, int y, int Width, int Height, const void *MaskData, int TransMode) |
| int | DrawFillMaskToDirectData (int x1, int y1, int x2, int y2, int Width, int Height, const void *MaskData) |
| int | SetUseMaskScreenFlag (int ValidFlag) |
| int | GetUseMaskScreenFlag (void) |
| int | FillMaskScreen (int Flag) |
| int | SetMaskScreenGraph (int GraphHandle) |
| int | SetMaskScreenGraphUseChannel (int UseChannel) |
| int | InitMask (void) |
| int | MakeMask (int Width, int Height) |
| int | GetMaskSize (int *WidthBuf, int *HeightBuf, int MaskHandle) |
| int | GetMaskBaseImageInfo (BASEIMAGE *BaseImage, int MaskHandle) |
| int | SetDataToMask (int Width, int Height, const void *MaskData, int MaskHandle) |
| int | DeleteMask (int MaskHandle) |
| int | GraphImageBltToMask (const BASEIMAGE *BaseImage, int ImageX, int ImageY, int MaskHandle) |
| int | LoadMask (const TCHAR *FileName) |
| int | LoadMaskWithStrLen (const TCHAR *FileName, size_t FileNameLength) |
| int | LoadDivMask (const TCHAR *FileName, int AllNum, int XNum, int YNum, int XSize, int YSize, int *HandleArray) |
| int | LoadDivMaskWithStrLen (const TCHAR *FileName, size_t FileNameLength, int AllNum, int XNum, int YNum, int XSize, int YSize, int *HandleArray) |
| int | CreateMaskFromMem (const void *FileImage, int FileImageSize) |
| int | CreateDivMaskFromMem (const void *FileImage, int FileImageSize, int AllNum, int XNum, int YNum, int XSize, int YSize, int *HandleArray) |
| int | DrawMask (int x, int y, int MaskHandle, int TransMode) |
| int | DrawFormatStringMask (int x, int y, int Flag, const TCHAR *FormatString,...) |
| int | DrawFormatStringMaskToHandle (int x, int y, int Flag, int FontHandle, const TCHAR *FormatString,...) |
| int | DrawStringMask (int x, int y, int Flag, const TCHAR *String) |
| int | DrawNStringMask (int x, int y, int Flag, const TCHAR *String, size_t StringLength) |
| int | DrawStringMaskToHandle (int x, int y, int Flag, int FontHandle, const TCHAR *String) |
| int | DrawNStringMaskToHandle (int x, int y, int Flag, int FontHandle, const TCHAR *String, size_t StringLength) |
| int | DrawFillMask (int x1, int y1, int x2, int y2, int MaskHandle) |
| int | SetMaskReverseEffectFlag (int ReverseFlag) |
| int | GetMaskScreenData (int x1, int y1, int x2, int y2, int MaskHandle) |
| int | GetMaskUseFlag (void) |
| int | EnumFontName (TCHAR *NameBuffer, int NameBufferNum, int JapanOnlyFlag=TRUE) |
| int | EnumFontNameEx (TCHAR *NameBuffer, int NameBufferNum, int CharSet=-1) |
| int | EnumFontNameEx2 (TCHAR *NameBuffer, int NameBufferNum, const TCHAR *EnumFontName, int CharSet=-1) |
| int | EnumFontNameEx2WithStrLen (TCHAR *NameBuffer, int NameBufferNum, const TCHAR *EnumFontName, size_t EnumFontNameLength, int CharSet=-1) |
| int | CheckFontName (const TCHAR *FontName, int CharSet=-1) |
| int | CheckFontNameWithStrLen (const TCHAR *FontName, size_t FontNameLength, int CharSet=-1) |
| int | InitFontToHandle (void) |
| int | CreateFontToHandle (const TCHAR *FontName, int Size, int Thick, int FontType=-1, int CharSet=-1, int EdgeSize=-1, int Italic=FALSE, int Handle=-1) |
| int | CreateFontToHandleWithStrLen (const TCHAR *FontName, size_t FontNameLength, int Size, int Thick, int FontType=-1, int CharSet=-1, int EdgeSize=-1, int Italic=FALSE, int Handle=-1) |
| int | LoadFontDataToHandle (const TCHAR *FileName, int EdgeSize=0) |
| int | LoadFontDataToHandleWithStrLen (const TCHAR *FileName, size_t FileNameLength, int EdgeSize=0) |
| int | LoadFontDataFromMemToHandle (const void *FontDataImage, int FontDataImageSize, int EdgeSize=0) |
| int | SetFontSpaceToHandle (int Pixel, int FontHandle) |
| int | SetFontLineSpaceToHandle (int Pixel, int FontHandle) |
| int | SetFontCharCodeFormatToHandle (int CharCodeFormat, int FontHandle) |
| int | DeleteFontToHandle (int FontHandle) |
| int | SetFontLostFlag (int FontHandle, int *LostFlag) |
| int | AddFontImageToHandle (int FontHandle, const TCHAR *Char, int GrHandle, int DrawX, int DrawY, int AddX) |
| int | AddFontImageToHandleWithStrLen (int FontHandle, const TCHAR *Char, size_t CharLength, int GrHandle, int DrawX, int DrawY, int AddX) |
| int | SubFontImageToHandle (int FontHandle, const TCHAR *Char) |
| int | SubFontImageToHandleWithStrLen (int FontHandle, const TCHAR *Char, size_t CharLength) |
| int | AddSubstitutionFontToHandle (int FontHandle, int SubstitutionFontHandle, int DrawX, int DrawY) |
| int | SubSubstitutionFontToHandle (int FontHandle, int SubstitutionFontHandle) |
| int | ChangeFont (const TCHAR *FontName, int CharSet=-1) |
| int | ChangeFontWithStrLen (const TCHAR *FontName, size_t FontNameLength, int CharSet=-1) |
| int | ChangeFontType (int FontType) |
| const TCHAR * | GetFontName (void) |
| int | SetFontSize (int FontSize) |
| int | GetFontSize (void) |
| int | GetFontEdgeSize (void) |
| int | SetFontThickness (int ThickPal) |
| int | SetFontSpace (int Pixel) |
| int | GetFontSpace (void) |
| int | SetFontLineSpace (int Pixel) |
| int | GetFontLineSpace (void) |
| int | SetFontCharCodeFormat (int CharCodeFormat) |
| int | SetDefaultFontState (const TCHAR *FontName, int Size, int Thick, int FontType=-1, int CharSet=-1, int EdgeSize=-1, int Italic=FALSE) |
| int | SetDefaultFontStateWithStrLen (const TCHAR *FontName, size_t FontNameLength, int Size, int Thick, int FontType=-1, int CharSet=-1, int EdgeSize=-1, int Italic=FALSE) |
| int | GetDefaultFontHandle (void) |
| int | GetFontMaxCacheCharNum (void) |
| int | GetFontMaxWidth (void) |
| int | GetFontAscent (void) |
| int | GetDrawStringWidth (const TCHAR *String, int StrLen, int VerticalFlag=FALSE) |
| int | GetDrawNStringWidth (const TCHAR *String, size_t StringLength, int VerticalFlag=FALSE) |
| int | GetDrawFormatStringWidth (const TCHAR *FormatString,...) |
| int | GetDrawExtendStringWidth (double ExRateX, const TCHAR *String, int StrLen, int VerticalFlag=FALSE) |
| int | GetDrawExtendNStringWidth (double ExRateX, const TCHAR *String, size_t StringLength, int VerticalFlag=FALSE) |
| int | GetDrawExtendFormatStringWidth (double ExRateX, const TCHAR *FormatString,...) |
| int | GetDrawStringSize (int *SizeX, int *SizeY, int *LineCount, const TCHAR *String, int StrLen, int VerticalFlag=FALSE) |
| int | GetDrawNStringSize (int *SizeX, int *SizeY, int *LineCount, const TCHAR *String, size_t StringLength, int VerticalFlag=FALSE) |
| int | GetDrawFormatStringSize (int *SizeX, int *SizeY, int *LineCount, const TCHAR *FormatString,...) |
| int | GetDrawExtendStringSize (int *SizeX, int *SizeY, int *LineCount, double ExRateX, double ExRateY, const TCHAR *String, int StrLen, int VerticalFlag=FALSE) |
| int | GetDrawExtendNStringSize (int *SizeX, int *SizeY, int *LineCount, double ExRateX, double ExRateY, const TCHAR *String, size_t StringLength, int VerticalFlag=FALSE) |
| int | GetDrawExtendFormatStringSize (int *SizeX, int *SizeY, int *LineCount, double ExRateX, double ExRateY, const TCHAR *FormatString,...) |
| int | GetDrawStringCharInfo (DRAWCHARINFO *InfoBuffer, size_t InfoBufferSize, const TCHAR *String, int StrLen, int VerticalFlag=FALSE) |
| int | GetDrawNStringCharInfo (DRAWCHARINFO *InfoBuffer, size_t InfoBufferSize, const TCHAR *String, size_t StringLength, int VerticalFlag=FALSE) |
| int | GetDrawFormatStringCharInfo (DRAWCHARINFO *InfoBuffer, size_t InfoBufferSize, const TCHAR *FormatString,...) |
| int | GetDrawExtendStringCharInfo (DRAWCHARINFO *InfoBuffer, size_t InfoBufferSize, double ExRateX, double ExRateY, const TCHAR *String, int StrLen, int VerticalFlag=FALSE) |
| int | GetDrawExtendNStringCharInfo (DRAWCHARINFO *InfoBuffer, size_t InfoBufferSize, double ExRateX, double ExRateY, const TCHAR *String, size_t StringLength, int VerticalFlag=FALSE) |
| int | GetDrawExtendFormatStringCharInfo (DRAWCHARINFO *InfoBuffer, size_t InfoBufferSize, double ExRateX, double ExRateY, const TCHAR *FormatString,...) |
| int | GetDrawStringKerningPairInfo (const TCHAR *PairChar, int *KernAmount) |
| int | GetDrawStringKerningPairInfoWithStrLen (const TCHAR *PairChar, size_t PairCharLength, int *KernAmount) |
| const TCHAR * | GetFontNameToHandle (int FontHandle) |
| int | GetFontMaxCacheCharNumToHandle (int FontHandle) |
| int | GetFontMaxWidthToHandle (int FontHandle) |
| int | GetFontAscentToHandle (int FontHandle) |
| int | GetFontSizeToHandle (int FontHandle) |
| int | GetFontEdgeSizeToHandle (int FontHandle) |
| int | GetFontSpaceToHandle (int FontHandle) |
| int | GetFontLineSpaceToHandle (int FontHandle) |
| int | GetFontCharInfo (int FontHandle, const TCHAR *Char, int *DrawX, int *DrawY, int *NextCharX, int *SizeX, int *SizeY) |
| int | GetFontCharInfoWithStrLen (int FontHandle, const TCHAR *Char, size_t CharLength, int *DrawX, int *DrawY, int *NextCharX, int *SizeX, int *SizeY) |
| int | GetDrawStringWidthToHandle (const TCHAR *String, int StrLen, int FontHandle, int VerticalFlag=FALSE) |
| int | GetDrawNStringWidthToHandle (const TCHAR *String, size_t StringLength, int FontHandle, int VerticalFlag=FALSE) |
| int | GetDrawFormatStringWidthToHandle (int FontHandle, const TCHAR *FormatString,...) |
| int | GetDrawExtendStringWidthToHandle (double ExRateX, const TCHAR *String, int StrLen, int FontHandle, int VerticalFlag=FALSE) |
| int | GetDrawExtendNStringWidthToHandle (double ExRateX, const TCHAR *String, size_t StringLength, int FontHandle, int VerticalFlag=FALSE) |
| int | GetDrawExtendFormatStringWidthToHandle (double ExRateX, int FontHandle, const TCHAR *FormatString,...) |
| int | GetDrawStringSizeToHandle (int *SizeX, int *SizeY, int *LineCount, const TCHAR *String, int StrLen, int FontHandle, int VerticalFlag=FALSE) |
| int | GetDrawNStringSizeToHandle (int *SizeX, int *SizeY, int *LineCount, const TCHAR *String, size_t StringLength, int FontHandle, int VerticalFlag=FALSE) |
| int | GetDrawFormatStringSizeToHandle (int *SizeX, int *SizeY, int *LineCount, int FontHandle, const TCHAR *FormatString,...) |
| int | GetDrawExtendStringSizeToHandle (int *SizeX, int *SizeY, int *LineCount, double ExRateX, double ExRateY, const TCHAR *String, int StrLen, int FontHandle, int VerticalFlag=FALSE) |
| int | GetDrawExtendNStringSizeToHandle (int *SizeX, int *SizeY, int *LineCount, double ExRateX, double ExRateY, const TCHAR *String, size_t StringLength, int FontHandle, int VerticalFlag=FALSE) |
| int | GetDrawExtendFormatStringSizeToHandle (int *SizeX, int *SizeY, int *LineCount, double ExRateX, double ExRateY, int FontHandle, const TCHAR *FormatString,...) |
| int | GetDrawStringCharInfoToHandle (DRAWCHARINFO *InfoBuffer, size_t InfoBufferSize, const TCHAR *String, int StrLen, int FontHandle, int VerticalFlag=FALSE) |
| int | GetDrawNStringCharInfoToHandle (DRAWCHARINFO *InfoBuffer, size_t InfoBufferSize, const TCHAR *String, size_t StringLength, int FontHandle, int VerticalFlag=FALSE) |
| int | GetDrawFormatStringCharInfoToHandle (DRAWCHARINFO *InfoBuffer, size_t InfoBufferSize, int FontHandle, const TCHAR *FormatString,...) |
| int | GetDrawExtendStringCharInfoToHandle (DRAWCHARINFO *InfoBuffer, size_t InfoBufferSize, double ExRateX, double ExRateY, const TCHAR *String, int StrLen, int FontHandle, int VerticalFlag=FALSE) |
| int | GetDrawExtendNStringCharInfoToHandle (DRAWCHARINFO *InfoBuffer, size_t InfoBufferSize, double ExRateX, double ExRateY, const TCHAR *String, size_t StringLength, int FontHandle, int VerticalFlag=FALSE) |
| int | GetDrawExtendFormatStringCharInfoToHandle (DRAWCHARINFO *InfoBuffer, size_t InfoBufferSize, double ExRateX, double ExRateY, int FontHandle, const TCHAR *FormatString,...) |
| int | GetDrawStringKerningPairInfoToHandle (const TCHAR *PairChar, int *KernAmount, int FontHandle) |
| int | GetDrawStringKerningPairInfoToHandleWithStrLen (const TCHAR *PairChar, size_t PairCharLength, int *KernAmount, int FontHandle) |
| int | GetFontStateToHandle (TCHAR *FontName, int *Size, int *Thick, int FontHandle, int *FontType=NULL, int *CharSet=NULL, int *EdgeSize=NULL, int *Italic=NULL) |
| int | CheckFontCacheToTextureFlag (int FontHandle) |
| int | CheckFontChacheToTextureFlag (int FontHandle) |
| int | CheckFontHandleValid (int FontHandle) |
| int | ClearFontCacheToHandle (int FontHandle) |
| int | SetFontCacheToTextureFlag (int Flag) |
| int | GetFontCacheToTextureFlag (void) |
| int | SetFontChacheToTextureFlag (int Flag) |
| int | GetFontChacheToTextureFlag (void) |
| int | SetFontCacheTextureColorBitDepth (int ColorBitDepth) |
| int | GetFontCacheTextureColorBitDepth (void) |
| int | SetFontCacheCharNum (int CharNum) |
| int | GetFontCacheCharNum (void) |
| int | SetFontCacheUsePremulAlphaFlag (int Flag) |
| int | GetFontCacheUsePremulAlphaFlag (void) |
| int | SetFontUseAdjustSizeFlag (int Flag) |
| int | GetFontUseAdjustSizeFlag (void) |
| int | FontCacheStringDrawToHandle (int x, int y, const TCHAR *StrData, unsigned int Color, unsigned int EdgeColor, BASEIMAGE *DestImage, const RECT *ClipRect, int FontHandle, int VerticalFlag=FALSE, SIZE *DrawSizeP=NULL) |
| int | FontCacheStringDrawToHandleWithStrLen (int x, int y, const TCHAR *StrData, size_t StrDataLength, unsigned int Color, unsigned int EdgeColor, BASEIMAGE *DestImage, const RECT *ClipRect, int FontHandle, int VerticalFlag=FALSE, SIZE *DrawSizeP=NULL) |
| int | FontBaseImageBlt (int x, int y, const TCHAR *StrData, BASEIMAGE *DestImage, BASEIMAGE *DestEdgeImage, int VerticalFlag=FALSE) |
| int | FontBaseImageBltWithStrLen (int x, int y, const TCHAR *StrData, size_t StrDataLength, BASEIMAGE *DestImage, BASEIMAGE *DestEdgeImage, int VerticalFlag=FALSE) |
| int | FontBaseImageBltToHandle (int x, int y, const TCHAR *StrData, BASEIMAGE *DestImage, BASEIMAGE *DestEdgeImage, int FontHandle, int VerticalFlag=FALSE) |
| int | FontBaseImageBltToHandleWithStrLen (int x, int y, const TCHAR *StrData, size_t StrDataLength, BASEIMAGE *DestImage, BASEIMAGE *DestEdgeImage, int FontHandle, int VerticalFlag=FALSE) |
| int | MultiByteCharCheck (const char *Buf, int CharSet) |
| int | DrawString (int x, int y, const TCHAR *String, unsigned int Color, unsigned int EdgeColor=0) |
| int | DrawNString (int x, int y, const TCHAR *String, size_t StringLength, unsigned int Color, unsigned int EdgeColor=0) |
| int | DrawVString (int x, int y, const TCHAR *String, unsigned int Color, unsigned int EdgeColor=0) |
| int | DrawNVString (int x, int y, const TCHAR *String, size_t StringLength, unsigned int Color, unsigned int EdgeColor=0) |
| int | DrawFormatString (int x, int y, unsigned int Color, const TCHAR *FormatString,...) |
| int | DrawFormatVString (int x, int y, unsigned int Color, const TCHAR *FormatString,...) |
| int | DrawExtendString (int x, int y, double ExRateX, double ExRateY, const TCHAR *String, unsigned int Color, unsigned int EdgeColor=0) |
| int | DrawExtendNString (int x, int y, double ExRateX, double ExRateY, const TCHAR *String, size_t StringLength, unsigned int Color, unsigned int EdgeColor=0) |
| int | DrawExtendVString (int x, int y, double ExRateX, double ExRateY, const TCHAR *String, unsigned int Color, unsigned int EdgeColor=0) |
| int | DrawExtendNVString (int x, int y, double ExRateX, double ExRateY, const TCHAR *String, size_t StringLength, unsigned int Color, unsigned int EdgeColor=0) |
| int | DrawExtendFormatString (int x, int y, double ExRateX, double ExRateY, unsigned int Color, const TCHAR *FormatString,...) |
| int | DrawExtendFormatVString (int x, int y, double ExRateX, double ExRateY, unsigned int Color, const TCHAR *FormatString,...) |
| int | DrawRotaString (int x, int y, double ExRateX, double ExRateY, double RotCenterX, double RotCenterY, double RotAngle, unsigned int Color, unsigned int EdgeColor=0, int VerticalFlag=FALSE, const TCHAR *String=NULL) |
| int | DrawRotaNString (int x, int y, double ExRateX, double ExRateY, double RotCenterX, double RotCenterY, double RotAngle, unsigned int Color, unsigned int EdgeColor=0, int VerticalFlag=FALSE, const TCHAR *String=NULL, size_t StringLength=0) |
| int | DrawRotaFormatString (int x, int y, double ExRateX, double ExRateY, double RotCenterX, double RotCenterY, double RotAngle, unsigned int Color, unsigned int EdgeColor=0, int VerticalFlag=FALSE, const TCHAR *FormatString=NULL,...) |
| int | DrawModiString (int x1, int y1, int x2, int y2, int x3, int y3, int x4, int y4, unsigned int Color, unsigned int EdgeColor=0, int VerticalFlag=FALSE, const TCHAR *String=NULL) |
| int | DrawModiNString (int x1, int y1, int x2, int y2, int x3, int y3, int x4, int y4, unsigned int Color, unsigned int EdgeColor=0, int VerticalFlag=FALSE, const TCHAR *String=NULL, size_t StringLength=0) |
| int | DrawModiFormatString (int x1, int y1, int x2, int y2, int x3, int y3, int x4, int y4, unsigned int Color, unsigned int EdgeColor=0, int VerticalFlag=FALSE, const TCHAR *FormatString=NULL,...) |
| int | DrawStringF (float x, float y, const TCHAR *String, unsigned int Color, unsigned int EdgeColor=0) |
| int | DrawNStringF (float x, float y, const TCHAR *String, size_t StringLength, unsigned int Color, unsigned int EdgeColor=0) |
| int | DrawVStringF (float x, float y, const TCHAR *String, unsigned int Color, unsigned int EdgeColor=0) |
| int | DrawNVStringF (float x, float y, const TCHAR *String, size_t StringLength, unsigned int Color, unsigned int EdgeColor=0) |
| int | DrawFormatStringF (float x, float y, unsigned int Color, const TCHAR *FormatString,...) |
| int | DrawFormatVStringF (float x, float y, unsigned int Color, const TCHAR *FormatString,...) |
| int | DrawExtendStringF (float x, float y, double ExRateX, double ExRateY, const TCHAR *String, unsigned int Color, unsigned int EdgeColor=0) |
| int | DrawExtendNStringF (float x, float y, double ExRateX, double ExRateY, const TCHAR *String, size_t StringLength, unsigned int Color, unsigned int EdgeColor=0) |
| int | DrawExtendVStringF (float x, float y, double ExRateX, double ExRateY, const TCHAR *String, unsigned int Color, unsigned int EdgeColor=0) |
| int | DrawExtendNVStringF (float x, float y, double ExRateX, double ExRateY, const TCHAR *String, size_t StringLength, unsigned int Color, unsigned int EdgeColor=0) |
| int | DrawExtendFormatStringF (float x, float y, double ExRateX, double ExRateY, unsigned int Color, const TCHAR *FormatString,...) |
| int | DrawExtendFormatVStringF (float x, float y, double ExRateX, double ExRateY, unsigned int Color, const TCHAR *FormatString,...) |
| int | DrawRotaStringF (float x, float y, double ExRateX, double ExRateY, double RotCenterX, double RotCenterY, double RotAngle, unsigned int Color, unsigned int EdgeColor=0, int VerticalFlag=FALSE, const TCHAR *String=NULL) |
| int | DrawRotaNStringF (float x, float y, double ExRateX, double ExRateY, double RotCenterX, double RotCenterY, double RotAngle, unsigned int Color, unsigned int EdgeColor=0, int VerticalFlag=FALSE, const TCHAR *String=NULL, size_t StringLength=0) |
| int | DrawRotaFormatStringF (float x, float y, double ExRateX, double ExRateY, double RotCenterX, double RotCenterY, double RotAngle, unsigned int Color, unsigned int EdgeColor=0, int VerticalFlag=FALSE, const TCHAR *FormatString=NULL,...) |
| int | DrawModiStringF (float x1, float y1, float x2, float y2, float x3, float y3, float x4, float y4, unsigned int Color, unsigned int EdgeColor=0, int VerticalFlag=FALSE, const TCHAR *String=NULL) |
| int | DrawModiNStringF (float x1, float y1, float x2, float y2, float x3, float y3, float x4, float y4, unsigned int Color, unsigned int EdgeColor=0, int VerticalFlag=FALSE, const TCHAR *String=NULL, size_t StringLength=0) |
| int | DrawModiFormatStringF (float x1, float y1, float x2, float y2, float x3, float y3, float x4, float y4, unsigned int Color, unsigned int EdgeColor=0, int VerticalFlag=FALSE, const TCHAR *FormatString=NULL,...) |
| int | DrawNumberToI (int x, int y, int Num, int RisesNum, unsigned int Color, unsigned int EdgeColor=0) |
| int | DrawNumberToF (int x, int y, double Num, int Length, unsigned int Color, unsigned int EdgeColor=0) |
| int | DrawNumberPlusToI (int x, int y, const TCHAR *NoteString, int Num, int RisesNum, unsigned int Color, unsigned int EdgeColor=0) |
| int | DrawNumberPlusToF (int x, int y, const TCHAR *NoteString, double Num, int Length, unsigned int Color, unsigned int EdgeColor=0) |
| int | DrawStringToZBuffer (int x, int y, const TCHAR *String, int WriteZMode) |
| int | DrawNStringToZBuffer (int x, int y, const TCHAR *String, size_t StringLength, int WriteZMode) |
| int | DrawVStringToZBuffer (int x, int y, const TCHAR *String, int WriteZMode) |
| int | DrawNVStringToZBuffer (int x, int y, const TCHAR *String, size_t StringLength, int WriteZMode) |
| int | DrawFormatStringToZBuffer (int x, int y, int WriteZMode, const TCHAR *FormatString,...) |
| int | DrawFormatVStringToZBuffer (int x, int y, int WriteZMode, const TCHAR *FormatString,...) |
| int | DrawExtendStringToZBuffer (int x, int y, double ExRateX, double ExRateY, const TCHAR *String, int WriteZMode) |
| int | DrawExtendNStringToZBuffer (int x, int y, double ExRateX, double ExRateY, const TCHAR *String, size_t StringLength, int WriteZMode) |
| int | DrawExtendVStringToZBuffer (int x, int y, double ExRateX, double ExRateY, const TCHAR *String, int WriteZMode) |
| int | DrawExtendNVStringToZBuffer (int x, int y, double ExRateX, double ExRateY, const TCHAR *String, size_t StringLength, int WriteZMode) |
| int | DrawExtendFormatStringToZBuffer (int x, int y, double ExRateX, double ExRateY, int WriteZMode, const TCHAR *FormatString,...) |
| int | DrawExtendFormatVStringToZBuffer (int x, int y, double ExRateX, double ExRateY, int WriteZMode, const TCHAR *FormatString,...) |
| int | DrawRotaStringToZBuffer (int x, int y, double ExRateX, double ExRateY, double RotCenterX, double RotCenterY, double RotAngle, int WriteZMode, int VerticalFlag, const TCHAR *String) |
| int | DrawRotaNStringToZBuffer (int x, int y, double ExRateX, double ExRateY, double RotCenterX, double RotCenterY, double RotAngle, int WriteZMode, int VerticalFlag, const TCHAR *String, size_t StringLength) |
| int | DrawRotaFormatStringToZBuffer (int x, int y, double ExRateX, double ExRateY, double RotCenterX, double RotCenterY, double RotAngle, int WriteZMode, int VerticalFlag, const TCHAR *FormatString,...) |
| int | DrawModiStringToZBuffer (int x1, int y1, int x2, int y2, int x3, int y3, int x4, int y4, int WriteZMode, int VerticalFlag, const TCHAR *String) |
| int | DrawModiNStringToZBuffer (int x1, int y1, int x2, int y2, int x3, int y3, int x4, int y4, int WriteZMode, int VerticalFlag, const TCHAR *String, size_t StringLength) |
| int | DrawModiFormatStringToZBuffer (int x1, int y1, int x2, int y2, int x3, int y3, int x4, int y4, int WriteZMode, int VerticalFlag, const TCHAR *FormatString,...) |
| int | DrawStringToHandle (int x, int y, const TCHAR *String, unsigned int Color, int FontHandle, unsigned int EdgeColor=0, int VerticalFlag=FALSE) |
| int | DrawNStringToHandle (int x, int y, const TCHAR *String, size_t StringLength, unsigned int Color, int FontHandle, unsigned int EdgeColor=0, int VerticalFlag=FALSE) |
| int | DrawVStringToHandle (int x, int y, const TCHAR *String, unsigned int Color, int FontHandle, unsigned int EdgeColor=0) |
| int | DrawNVStringToHandle (int x, int y, const TCHAR *String, size_t StringLength, unsigned int Color, int FontHandle, unsigned int EdgeColor=0) |
| int | DrawFormatStringToHandle (int x, int y, unsigned int Color, int FontHandle, const TCHAR *FormatString,...) |
| int | DrawFormatVStringToHandle (int x, int y, unsigned int Color, int FontHandle, const TCHAR *FormatString,...) |
| int | DrawExtendStringToHandle (int x, int y, double ExRateX, double ExRateY, const TCHAR *String, unsigned int Color, int FontHandle, unsigned int EdgeColor=0, int VerticalFlag=FALSE) |
| int | DrawExtendNStringToHandle (int x, int y, double ExRateX, double ExRateY, const TCHAR *String, size_t StringLength, unsigned int Color, int FontHandle, unsigned int EdgeColor=0, int VerticalFlag=FALSE) |
| int | DrawExtendVStringToHandle (int x, int y, double ExRateX, double ExRateY, const TCHAR *String, unsigned int Color, int FontHandle, unsigned int EdgeColor=0) |
| int | DrawExtendNVStringToHandle (int x, int y, double ExRateX, double ExRateY, const TCHAR *String, size_t StringLength, unsigned int Color, int FontHandle, unsigned int EdgeColor=0) |
| int | DrawExtendFormatStringToHandle (int x, int y, double ExRateX, double ExRateY, unsigned int Color, int FontHandle, const TCHAR *FormatString,...) |
| int | DrawExtendFormatVStringToHandle (int x, int y, double ExRateX, double ExRateY, unsigned int Color, int FontHandle, const TCHAR *FormatString,...) |
| int | DrawRotaStringToHandle (int x, int y, double ExRateX, double ExRateY, double RotCenterX, double RotCenterY, double RotAngle, unsigned int Color, int FontHandle, unsigned int EdgeColor, int VerticalFlag, const TCHAR *String) |
| int | DrawRotaNStringToHandle (int x, int y, double ExRateX, double ExRateY, double RotCenterX, double RotCenterY, double RotAngle, unsigned int Color, int FontHandle, unsigned int EdgeColor, int VerticalFlag, const TCHAR *String, size_t StringLength) |
| int | DrawRotaFormatStringToHandle (int x, int y, double ExRateX, double ExRateY, double RotCenterX, double RotCenterY, double RotAngle, unsigned int Color, int FontHandle, unsigned int EdgeColor, int VerticalFlag, const TCHAR *FormatString,...) |
| int | DrawModiStringToHandle (int x1, int y1, int x2, int y2, int x3, int y3, int x4, int y4, unsigned int Color, int FontHandle, unsigned int EdgeColor, int VerticalFlag, const TCHAR *String) |
| int | DrawModiNStringToHandle (int x1, int y1, int x2, int y2, int x3, int y3, int x4, int y4, unsigned int Color, int FontHandle, unsigned int EdgeColor, int VerticalFlag, const TCHAR *String, size_t StringLength) |
| int | DrawModiFormatStringToHandle (int x1, int y1, int x2, int y2, int x3, int y3, int x4, int y4, unsigned int Color, int FontHandle, unsigned int EdgeColor, int VerticalFlag, const TCHAR *FormatString,...) |
| int | DrawStringFToHandle (float x, float y, const TCHAR *String, unsigned int Color, int FontHandle, unsigned int EdgeColor=0, int VerticalFlag=FALSE) |
| int | DrawNStringFToHandle (float x, float y, const TCHAR *String, size_t StringLength, unsigned int Color, int FontHandle, unsigned int EdgeColor=0, int VerticalFlag=FALSE) |
| int | DrawVStringFToHandle (float x, float y, const TCHAR *String, unsigned int Color, int FontHandle, unsigned int EdgeColor=0) |
| int | DrawNVStringFToHandle (float x, float y, const TCHAR *String, size_t StringLength, unsigned int Color, int FontHandle, unsigned int EdgeColor=0) |
| int | DrawFormatStringFToHandle (float x, float y, unsigned int Color, int FontHandle, const TCHAR *FormatString,...) |
| int | DrawFormatVStringFToHandle (float x, float y, unsigned int Color, int FontHandle, const TCHAR *FormatString,...) |
| int | DrawExtendStringFToHandle (float x, float y, double ExRateX, double ExRateY, const TCHAR *String, unsigned int Color, int FontHandle, unsigned int EdgeColor=0, int VerticalFlag=FALSE) |
| int | DrawExtendNStringFToHandle (float x, float y, double ExRateX, double ExRateY, const TCHAR *String, size_t StringLength, unsigned int Color, int FontHandle, unsigned int EdgeColor=0, int VerticalFlag=FALSE) |
| int | DrawExtendVStringFToHandle (float x, float y, double ExRateX, double ExRateY, const TCHAR *String, unsigned int Color, int FontHandle, unsigned int EdgeColor=0) |
| int | DrawExtendNVStringFToHandle (float x, float y, double ExRateX, double ExRateY, const TCHAR *String, size_t StringLength, unsigned int Color, int FontHandle, unsigned int EdgeColor=0) |
| int | DrawExtendFormatStringFToHandle (float x, float y, double ExRateX, double ExRateY, unsigned int Color, int FontHandle, const TCHAR *FormatString,...) |
| int | DrawExtendFormatVStringFToHandle (float x, float y, double ExRateX, double ExRateY, unsigned int Color, int FontHandle, const TCHAR *FormatString,...) |
| int | DrawRotaStringFToHandle (float x, float y, double ExRateX, double ExRateY, double RotCenterX, double RotCenterY, double RotAngle, unsigned int Color, int FontHandle, unsigned int EdgeColor=0, int VerticalFlag=FALSE, const TCHAR *String=NULL) |
| int | DrawRotaNStringFToHandle (float x, float y, double ExRateX, double ExRateY, double RotCenterX, double RotCenterY, double RotAngle, unsigned int Color, int FontHandle, unsigned int EdgeColor=0, int VerticalFlag=FALSE, const TCHAR *String=NULL, size_t StringLength=0) |
| int | DrawRotaFormatStringFToHandle (float x, float y, double ExRateX, double ExRateY, double RotCenterX, double RotCenterY, double RotAngle, unsigned int Color, int FontHandle, unsigned int EdgeColor=0, int VerticalFlag=FALSE, const TCHAR *FormatString=NULL,...) |
| int | DrawModiStringFToHandle (float x1, float y1, float x2, float y2, float x3, float y3, float x4, float y4, unsigned int Color, int FontHandle, unsigned int EdgeColor, int VerticalFlag, const TCHAR *String) |
| int | DrawModiNStringFToHandle (float x1, float y1, float x2, float y2, float x3, float y3, float x4, float y4, unsigned int Color, int FontHandle, unsigned int EdgeColor, int VerticalFlag, const TCHAR *String, size_t StringLength) |
| int | DrawModiFormatStringFToHandle (float x1, float y1, float x2, float y2, float x3, float y3, float x4, float y4, unsigned int Color, int FontHandle, unsigned int EdgeColor, int VerticalFlag, const TCHAR *FormatString,...) |
| int | DrawNumberToIToHandle (int x, int y, int Num, int RisesNum, unsigned int Color, int FontHandle, unsigned int EdgeColor=0) |
| int | DrawNumberToFToHandle (int x, int y, double Num, int Length, unsigned int Color, int FontHandle, unsigned int EdgeColor=0) |
| int | DrawNumberPlusToIToHandle (int x, int y, const TCHAR *NoteString, int Num, int RisesNum, unsigned int Color, int FontHandle, unsigned int EdgeColor=0) |
| int | DrawNumberPlusToFToHandle (int x, int y, const TCHAR *NoteString, double Num, int Length, unsigned int Color, int FontHandle, unsigned int EdgeColor=0) |
| int | DrawStringToHandleToZBuffer (int x, int y, const TCHAR *String, int FontHandle, int WriteZMode, int VerticalFlag=FALSE) |
| int | DrawNStringToHandleToZBuffer (int x, int y, const TCHAR *String, size_t StringLength, int FontHandle, int WriteZMode, int VerticalFlag=FALSE) |
| int | DrawVStringToHandleToZBuffer (int x, int y, const TCHAR *String, int FontHandle, int WriteZMode) |
| int | DrawNVStringToHandleToZBuffer (int x, int y, const TCHAR *String, size_t StringLength, int FontHandle, int WriteZMode) |
| int | DrawFormatStringToHandleToZBuffer (int x, int y, int FontHandle, int WriteZMode, const TCHAR *FormatString,...) |
| int | DrawFormatVStringToHandleToZBuffer (int x, int y, int FontHandle, int WriteZMode, const TCHAR *FormatString,...) |
| int | DrawExtendStringToHandleToZBuffer (int x, int y, double ExRateX, double ExRateY, const TCHAR *String, int FontHandle, int WriteZMode, int VerticalFlag=FALSE) |
| int | DrawExtendNStringToHandleToZBuffer (int x, int y, double ExRateX, double ExRateY, const TCHAR *String, size_t StringLength, int FontHandle, int WriteZMode, int VerticalFlag=FALSE) |
| int | DrawExtendVStringToHandleToZBuffer (int x, int y, double ExRateX, double ExRateY, const TCHAR *String, int FontHandle, int WriteZMode) |
| int | DrawExtendNVStringToHandleToZBuffer (int x, int y, double ExRateX, double ExRateY, const TCHAR *String, size_t StringLength, int FontHandle, int WriteZMode) |
| int | DrawExtendFormatStringToHandleToZBuffer (int x, int y, double ExRateX, double ExRateY, int FontHandle, int WriteZMode, const TCHAR *FormatString,...) |
| int | DrawExtendFormatVStringToHandleToZBuffer (int x, int y, double ExRateX, double ExRateY, int FontHandle, int WriteZMode, const TCHAR *FormatString,...) |
| int | DrawRotaStringToHandleToZBuffer (int x, int y, double ExRateX, double ExRateY, double RotCenterX, double RotCenterY, double RotAngle, int FontHandle, int WriteZMode, int VerticalFlag, const TCHAR *String) |
| int | DrawRotaNStringToHandleToZBuffer (int x, int y, double ExRateX, double ExRateY, double RotCenterX, double RotCenterY, double RotAngle, int FontHandle, int WriteZMode, int VerticalFlag, const TCHAR *String, size_t StringLength) |
| int | DrawRotaFormatStringToHandleToZBuffer (int x, int y, double ExRateX, double ExRateY, double RotCenterX, double RotCenterY, double RotAngle, int FontHandle, int WriteZMode, int VerticalFlag, const TCHAR *FormatString,...) |
| int | DrawModiStringToHandleToZBuffer (int x1, int y1, int x2, int y2, int x3, int y3, int x4, int y4, int FontHandle, int WriteZMode, int VerticalFlag, const TCHAR *String) |
| int | DrawModiNStringToHandleToZBuffer (int x1, int y1, int x2, int y2, int x3, int y3, int x4, int y4, int FontHandle, int WriteZMode, int VerticalFlag, const TCHAR *String, size_t StringLength) |
| int | DrawModiFormatStringToHandleToZBuffer (int x1, int y1, int x2, int y2, int x3, int y3, int x4, int y4, int FontHandle, int WriteZMode, int VerticalFlag, const TCHAR *FormatString,...) |
| int | ConvertMatrixFtoD (MATRIX_D *Out, const MATRIX *In) |
| int | ConvertMatrixDtoF (MATRIX *Out, const MATRIX_D *In) |
| int | CreateIdentityMatrix (MATRIX *Out) |
| int | CreateIdentityMatrixD (MATRIX_D *Out) |
| int | CreateLookAtMatrix (MATRIX *Out, const VECTOR *Eye, const VECTOR *At, const VECTOR *Up) |
| int | CreateLookAtMatrixD (MATRIX_D *Out, const VECTOR_D *Eye, const VECTOR_D *At, const VECTOR_D *Up) |
| int | CreateLookAtMatrix2 (MATRIX *Out, const VECTOR *Eye, double XZAngle, double Oira) |
| int | CreateLookAtMatrix2D (MATRIX_D *Out, const VECTOR_D *Eye, double XZAngle, double Oira) |
| int | CreateLookAtMatrixRH (MATRIX *Out, const VECTOR *Eye, const VECTOR *At, const VECTOR *Up) |
| int | CreateLookAtMatrixRHD (MATRIX_D *Out, const VECTOR_D *Eye, const VECTOR_D *At, const VECTOR_D *Up) |
| int | CreateMultiplyMatrix (MATRIX *Out, const MATRIX *In1, const MATRIX *In2) |
| int | CreateMultiplyMatrixD (MATRIX_D *Out, const MATRIX_D *In1, const MATRIX_D *In2) |
| int | CreatePerspectiveFovMatrix (MATRIX *Out, float fov, float zn, float zf, float aspect=-1.0f) |
| int | CreatePerspectiveFovMatrixD (MATRIX_D *Out, double fov, double zn, double zf, double aspect=-1.0f) |
| int | CreatePerspectiveFovMatrixRH (MATRIX *Out, float fov, float zn, float zf, float aspect=-1.0f) |
| int | CreatePerspectiveFovMatrixRHD (MATRIX_D *Out, double fov, double zn, double zf, double aspect=-1.0f) |
| int | CreateOrthoMatrix (MATRIX *Out, float size, float zn, float zf, float aspect=-1.0f) |
| int | CreateOrthoMatrixD (MATRIX_D *Out, double size, double zn, double zf, double aspect=-1.0f) |
| int | CreateOrthoMatrixRH (MATRIX *Out, float size, float zn, float zf, float aspect=-1.0f) |
| int | CreateOrthoMatrixRHD (MATRIX_D *Out, double size, double zn, double zf, double aspect=-1.0f) |
| int | CreateScalingMatrix (MATRIX *Out, float sx, float sy, float sz) |
| int | CreateScalingMatrixD (MATRIX_D *Out, double sx, double sy, double sz) |
| int | CreateRotationXMatrix (MATRIX *Out, float Angle) |
| int | CreateRotationXMatrixD (MATRIX_D *Out, double Angle) |
| int | CreateRotationYMatrix (MATRIX *Out, float Angle) |
| int | CreateRotationYMatrixD (MATRIX_D *Out, double Angle) |
| int | CreateRotationZMatrix (MATRIX *Out, float Angle) |
| int | CreateRotationZMatrixD (MATRIX_D *Out, double Angle) |
| int | CreateTranslationMatrix (MATRIX *Out, float x, float y, float z) |
| int | CreateTranslationMatrixD (MATRIX_D *Out, double x, double y, double z) |
| int | CreateTransposeMatrix (MATRIX *Out, const MATRIX *In) |
| int | CreateTransposeMatrixD (MATRIX_D *Out, const MATRIX_D *In) |
| int | CreateInverseMatrix (MATRIX *Out, const MATRIX *In) |
| int | CreateInverseMatrixD (MATRIX_D *Out, const MATRIX_D *In) |
| int | CreateViewportMatrix (MATRIX *Out, float CenterX, float CenterY, float Width, float Height) |
| int | CreateViewportMatrixD (MATRIX_D *Out, double CenterX, double CenterY, double Width, double Height) |
| int | CreateRotationXYZMatrix (MATRIX *Out, float XRot, float YRot, float ZRot) |
| int | CreateRotationXYZMatrixD (MATRIX_D *Out, double XRot, double YRot, double ZRot) |
| int | CreateRotationXZYMatrix (MATRIX *Out, float XRot, float YRot, float ZRot) |
| int | CreateRotationXZYMatrixD (MATRIX_D *Out, double XRot, double YRot, double ZRot) |
| int | CreateRotationYXZMatrix (MATRIX *Out, float XRot, float YRot, float ZRot) |
| int | CreateRotationYXZMatrixD (MATRIX_D *Out, double XRot, double YRot, double ZRot) |
| int | CreateRotationYZXMatrix (MATRIX *Out, float XRot, float YRot, float ZRot) |
| int | CreateRotationYZXMatrixD (MATRIX_D *Out, double XRot, double YRot, double ZRot) |
| int | CreateRotationZXYMatrix (MATRIX *Out, float XRot, float YRot, float ZRot) |
| int | CreateRotationZXYMatrixD (MATRIX_D *Out, double XRot, double YRot, double ZRot) |
| int | CreateRotationZYXMatrix (MATRIX *Out, float XRot, float YRot, float ZRot) |
| int | CreateRotationZYXMatrixD (MATRIX_D *Out, double XRot, double YRot, double ZRot) |
| int | GetMatrixXYZRotation (const MATRIX *In, float *OutXRot, float *OutYRot, float *OutZRot) |
| int | GetMatrixXYZRotationD (const MATRIX_D *In, double *OutXRot, double *OutYRot, double *OutZRot) |
| int | GetMatrixXZYRotation (const MATRIX *In, float *OutXRot, float *OutYRot, float *OutZRot) |
| int | GetMatrixXZYRotationD (const MATRIX_D *In, double *OutXRot, double *OutYRot, double *OutZRot) |
| int | GetMatrixYXZRotation (const MATRIX *In, float *OutXRot, float *OutYRot, float *OutZRot) |
| int | GetMatrixYXZRotationD (const MATRIX_D *In, double *OutXRot, double *OutYRot, double *OutZRot) |
| int | GetMatrixYZXRotation (const MATRIX *In, float *OutXRot, float *OutYRot, float *OutZRot) |
| int | GetMatrixYZXRotationD (const MATRIX_D *In, double *OutXRot, double *OutYRot, double *OutZRot) |
| int | GetMatrixZXYRotation (const MATRIX *In, float *OutXRot, float *OutYRot, float *OutZRot) |
| int | GetMatrixZXYRotationD (const MATRIX_D *In, double *OutXRot, double *OutYRot, double *OutZRot) |
| int | GetMatrixZYXRotation (const MATRIX *In, float *OutXRot, float *OutYRot, float *OutZRot) |
| int | GetMatrixZYXRotationD (const MATRIX_D *In, double *OutXRot, double *OutYRot, double *OutZRot) |
| int | VectorConvertFtoD (VECTOR_D *Out, const VECTOR *In) |
| int | VectorConvertDtoF (VECTOR *Out, const VECTOR_D *In) |
| int | VectorNormalize (VECTOR *Out, const VECTOR *In) |
| int | VectorNormalizeD (VECTOR_D *Out, const VECTOR_D *In) |
| int | VectorScale (VECTOR *Out, const VECTOR *In, float Scale) |
| int | VectorScaleD (VECTOR_D *Out, const VECTOR_D *In, double Scale) |
| int | VectorMultiply (VECTOR *Out, const VECTOR *In1, const VECTOR *In2) |
| int | VectorMultiplyD (VECTOR_D *Out, const VECTOR_D *In1, const VECTOR_D *In2) |
| int | VectorSub (VECTOR *Out, const VECTOR *In1, const VECTOR *In2) |
| int | VectorSubD (VECTOR_D *Out, const VECTOR_D *In1, const VECTOR_D *In2) |
| int | VectorAdd (VECTOR *Out, const VECTOR *In1, const VECTOR *In2) |
| int | VectorAddD (VECTOR_D *Out, const VECTOR_D *In1, const VECTOR_D *In2) |
| int | VectorOuterProduct (VECTOR *Out, const VECTOR *In1, const VECTOR *In2) |
| int | VectorOuterProductD (VECTOR_D *Out, const VECTOR_D *In1, const VECTOR_D *In2) |
| float | VectorInnerProduct (const VECTOR *In1, const VECTOR *In2) |
| double | VectorInnerProductD (const VECTOR_D *In1, const VECTOR_D *In2) |
| int | VectorRotationX (VECTOR *Out, const VECTOR *In, double Angle) |
| int | VectorRotationXD (VECTOR_D *Out, const VECTOR_D *In, double Angle) |
| int | VectorRotationY (VECTOR *Out, const VECTOR *In, double Angle) |
| int | VectorRotationYD (VECTOR_D *Out, const VECTOR_D *In, double Angle) |
| int | VectorRotationZ (VECTOR *Out, const VECTOR *In, double Angle) |
| int | VectorRotationZD (VECTOR_D *Out, const VECTOR_D *In, double Angle) |
| int | VectorTransform (VECTOR *Out, const VECTOR *InVec, const MATRIX *InMatrix) |
| int | VectorTransformD (VECTOR_D *Out, const VECTOR_D *InVec, const MATRIX_D *InMatrix) |
| int | VectorTransformSR (VECTOR *Out, const VECTOR *InVec, const MATRIX *InMatrix) |
| int | VectorTransformSRD (VECTOR_D *Out, const VECTOR_D *InVec, const MATRIX_D *InMatrix) |
| int | VectorTransform4 (VECTOR *Out, float *V4Out, const VECTOR *InVec, const float *V4In, const MATRIX *InMatrix) |
| int | VectorTransform4D (VECTOR_D *Out, double *V4Out, const VECTOR_D *InVec, const double *V4In, const MATRIX_D *InMatrix) |
| int | Segment_Segment_Analyse (const VECTOR *SegmentAPos1, const VECTOR *SegmentAPos2, const VECTOR *SegmentBPos1, const VECTOR *SegmentBPos2, SEGMENT_SEGMENT_RESULT *Result) |
| int | Segment_Segment_AnalyseD (const VECTOR_D *SegmentAPos1, const VECTOR_D *SegmentAPos2, const VECTOR_D *SegmentBPos1, const VECTOR_D *SegmentBPos2, SEGMENT_SEGMENT_RESULT_D *Result) |
| int | Segment_Point_Analyse (const VECTOR *SegmentPos1, const VECTOR *SegmentPos2, const VECTOR *PointPos, SEGMENT_POINT_RESULT *Result) |
| int | Segment_Point_AnalyseD (const VECTOR_D *SegmentPos1, const VECTOR_D *SegmentPos2, const VECTOR_D *PointPos, SEGMENT_POINT_RESULT_D *Result) |
| int | Segment_Triangle_Analyse (const VECTOR *SegmentPos1, const VECTOR *SegmentPos2, const VECTOR *TrianglePos1, const VECTOR *TrianglePos2, const VECTOR *TrianglePos3, SEGMENT_TRIANGLE_RESULT *Result) |
| int | Segment_Triangle_AnalyseD (const VECTOR_D *SegmentPos1, const VECTOR_D *SegmentPos2, const VECTOR_D *TrianglePos1, const VECTOR_D *TrianglePos2, const VECTOR_D *TrianglePos3, SEGMENT_TRIANGLE_RESULT_D *Result) |
| int | Triangle_Point_Analyse (const VECTOR *TrianglePos1, const VECTOR *TrianglePos2, const VECTOR *TrianglePos3, const VECTOR *PointPos, TRIANGLE_POINT_RESULT *Result) |
| int | Triangle_Point_AnalyseD (const VECTOR_D *TrianglePos1, const VECTOR_D *TrianglePos2, const VECTOR_D *TrianglePos3, const VECTOR_D *PointPos, TRIANGLE_POINT_RESULT_D *Result) |
| int | Plane_Point_Analyse (const VECTOR *PlanePos, const VECTOR *PlaneNormal, const VECTOR *PointPos, PLANE_POINT_RESULT *Result) |
| int | Plane_Point_AnalyseD (const VECTOR_D *PlanePos, const VECTOR_D *PlaneNormal, const VECTOR_D *PointPos, PLANE_POINT_RESULT_D *Result) |
| void | TriangleBarycenter (VECTOR TrianglePos1, VECTOR TrianglePos2, VECTOR TrianglePos3, VECTOR Position, float *TrianglePos1Weight, float *TrianglePos2Weight, float *TrianglePos3Weight) |
| void | TriangleBarycenterD (VECTOR_D TrianglePos1, VECTOR_D TrianglePos2, VECTOR_D TrianglePos3, VECTOR_D Position, double *TrianglePos1Weight, double *TrianglePos2Weight, double *TrianglePos3Weight) |
| float | Segment_Segment_MinLength (VECTOR SegmentAPos1, VECTOR SegmentAPos2, VECTOR SegmentBPos1, VECTOR SegmentBPos2) |
| double | Segment_Segment_MinLengthD (VECTOR_D SegmentAPos1, VECTOR_D SegmentAPos2, VECTOR_D SegmentBPos1, VECTOR_D SegmentBPos2) |
| float | Segment_Segment_MinLength_Square (VECTOR SegmentAPos1, VECTOR SegmentAPos2, VECTOR SegmentBPos1, VECTOR SegmentBPos2) |
| double | Segment_Segment_MinLength_SquareD (VECTOR_D SegmentAPos1, VECTOR_D SegmentAPos2, VECTOR_D SegmentBPos1, VECTOR_D SegmentBPos2) |
| float | Segment_Triangle_MinLength (VECTOR SegmentPos1, VECTOR SegmentPos2, VECTOR TrianglePos1, VECTOR TrianglePos2, VECTOR TrianglePos3) |
| double | Segment_Triangle_MinLengthD (VECTOR_D SegmentPos1, VECTOR_D SegmentPos2, VECTOR_D TrianglePos1, VECTOR_D TrianglePos2, VECTOR_D TrianglePos3) |
| float | Segment_Triangle_MinLength_Square (VECTOR SegmentPos1, VECTOR SegmentPos2, VECTOR TrianglePos1, VECTOR TrianglePos2, VECTOR TrianglePos3) |
| double | Segment_Triangle_MinLength_SquareD (VECTOR_D SegmentPos1, VECTOR_D SegmentPos2, VECTOR_D TrianglePos1, VECTOR_D TrianglePos2, VECTOR_D TrianglePos3) |
| float | Segment_Point_MinLength (VECTOR SegmentPos1, VECTOR SegmentPos2, VECTOR PointPos) |
| double | Segment_Point_MinLengthD (VECTOR_D SegmentPos1, VECTOR_D SegmentPos2, VECTOR_D PointPos) |
| float | Segment_Point_MinLength_Square (VECTOR SegmentPos1, VECTOR SegmentPos2, VECTOR PointPos) |
| double | Segment_Point_MinLength_SquareD (VECTOR_D SegmentPos1, VECTOR_D SegmentPos2, VECTOR_D PointPos) |
| float | Triangle_Point_MinLength (VECTOR TrianglePos1, VECTOR TrianglePos2, VECTOR TrianglePos3, VECTOR PointPos) |
| double | Triangle_Point_MinLengthD (VECTOR_D TrianglePos1, VECTOR_D TrianglePos2, VECTOR_D TrianglePos3, VECTOR_D PointPos) |
| float | Triangle_Point_MinLength_Square (VECTOR TrianglePos1, VECTOR TrianglePos2, VECTOR TrianglePos3, VECTOR PointPos) |
| double | Triangle_Point_MinLength_SquareD (VECTOR_D TrianglePos1, VECTOR_D TrianglePos2, VECTOR_D TrianglePos3, VECTOR_D PointPos) |
| float | Triangle_Triangle_MinLength (VECTOR Triangle1Pos1, VECTOR Triangle1Pos2, VECTOR Triangle1Pos3, VECTOR Triangle2Pos1, VECTOR Triangle2Pos2, VECTOR Triangle2Pos3) |
| double | Triangle_Triangle_MinLengthD (VECTOR_D Triangle1Pos1, VECTOR_D Triangle1Pos2, VECTOR_D Triangle1Pos3, VECTOR_D Triangle2Pos1, VECTOR_D Triangle2Pos2, VECTOR_D Triangle2Pos3) |
| float | Triangle_Triangle_MinLength_Square (VECTOR Triangle1Pos1, VECTOR Triangle1Pos2, VECTOR Triangle1Pos3, VECTOR Triangle2Pos1, VECTOR Triangle2Pos2, VECTOR Triangle2Pos3) |
| double | Triangle_Triangle_MinLength_SquareD (VECTOR_D Triangle1Pos1, VECTOR_D Triangle1Pos2, VECTOR_D Triangle1Pos3, VECTOR_D Triangle2Pos1, VECTOR_D Triangle2Pos2, VECTOR_D Triangle2Pos3) |
| VECTOR | Plane_Point_MinLength_Position (VECTOR PlanePos, VECTOR PlaneNormal, VECTOR PointPos) |
| VECTOR_D | Plane_Point_MinLength_PositionD (VECTOR_D PlanePos, VECTOR_D PlaneNormal, VECTOR_D PointPos) |
| float | Plane_Point_MinLength (VECTOR PlanePos, VECTOR PlaneNormal, VECTOR PointPos) |
| double | Plane_Point_MinLengthD (VECTOR_D PlanePos, VECTOR_D PlaneNormal, VECTOR_D PointPos) |
| HITRESULT_LINE | HitCheck_Line_Triangle (VECTOR LinePos1, VECTOR LinePos2, VECTOR TrianglePos1, VECTOR TrianglePos2, VECTOR TrianglePos3) |
| HITRESULT_LINE_D | HitCheck_Line_TriangleD (VECTOR_D LinePos1, VECTOR_D LinePos2, VECTOR_D TrianglePos1, VECTOR_D TrianglePos2, VECTOR_D TrianglePos3) |
| int | HitCheck_Triangle_Triangle (VECTOR Triangle1Pos1, VECTOR Triangle1Pos2, VECTOR Triangle1Pos3, VECTOR Triangle2Pos1, VECTOR Triangle2Pos2, VECTOR Triangle2Pos3) |
| int | HitCheck_Triangle_TriangleD (VECTOR_D Triangle1Pos1, VECTOR_D Triangle1Pos2, VECTOR_D Triangle1Pos3, VECTOR_D Triangle2Pos1, VECTOR_D Triangle2Pos2, VECTOR_D Triangle2Pos3) |
| int | HitCheck_Triangle_Triangle_2D (VECTOR Triangle1Pos1, VECTOR Triangle1Pos2, VECTOR Triangle1Pos3, VECTOR Triangle2Pos1, VECTOR Triangle2Pos2, VECTOR Triangle2Pos3) |
| int | HitCheck_Triangle_TriangleD_2D (VECTOR_D Triangle1Pos1, VECTOR_D Triangle1Pos2, VECTOR_D Triangle1Pos3, VECTOR_D Triangle2Pos1, VECTOR_D Triangle2Pos2, VECTOR_D Triangle2Pos3) |
| HITRESULT_LINE | HitCheck_Line_Cube (VECTOR LinePos1, VECTOR LinePos2, VECTOR CubePos1, VECTOR CubePos2) |
| HITRESULT_LINE_D | HitCheck_Line_CubeD (VECTOR_D LinePos1, VECTOR_D LinePos2, VECTOR_D CubePos1, VECTOR_D CubePos2) |
| int | HitCheck_Point_Cone (VECTOR PointPos, VECTOR ConeTopPos, VECTOR ConeBottomPos, float ConeR) |
| int | HitCheck_Point_ConeD (VECTOR_D PointPos, VECTOR_D ConeTopPos, VECTOR_D ConeBottomPos, double ConeR) |
| int | HitCheck_Line_Sphere (VECTOR LinePos1, VECTOR LinePos2, VECTOR SphereCenterPos, float SphereR) |
| int | HitCheck_Line_SphereD (VECTOR_D LinePos1, VECTOR_D LinePos2, VECTOR_D SphereCenterPos, double SphereR) |
| int | HitCheck_Sphere_Sphere (VECTOR Sphere1CenterPos, float Sphere1R, VECTOR Sphere2CenterPos, float Sphere2R) |
| int | HitCheck_Sphere_SphereD (VECTOR_D Sphere1CenterPos, double Sphere1R, VECTOR_D Sphere2CenterPos, double Sphere2R) |
| int | HitCheck_Sphere_Capsule (VECTOR SphereCenterPos, float SphereR, VECTOR CapPos1, VECTOR CapPos2, float CapR) |
| int | HitCheck_Sphere_CapsuleD (VECTOR_D SphereCenterPos, double SphereR, VECTOR_D CapPos1, VECTOR_D CapPos2, double CapR) |
| int | HitCheck_Sphere_Triangle (VECTOR SphereCenterPos, float SphereR, VECTOR TrianglePos1, VECTOR TrianglePos2, VECTOR TrianglePos3) |
| int | HitCheck_Sphere_TriangleD (VECTOR_D SphereCenterPos, double SphereR, VECTOR_D TrianglePos1, VECTOR_D TrianglePos2, VECTOR_D TrianglePos3) |
| int | HitCheck_Capsule_Capsule (VECTOR Cap1Pos1, VECTOR Cap1Pos2, float Cap1R, VECTOR Cap2Pos1, VECTOR Cap2Pos2, float Cap2R) |
| int | HitCheck_Capsule_CapsuleD (VECTOR_D Cap1Pos1, VECTOR_D Cap1Pos2, double Cap1R, VECTOR_D Cap2Pos1, VECTOR_D Cap2Pos2, double Cap2R) |
| int | HitCheck_Capsule_Triangle (VECTOR CapPos1, VECTOR CapPos2, float CapR, VECTOR TrianglePos1, VECTOR TrianglePos2, VECTOR TrianglePos3) |
| int | HitCheck_Capsule_TriangleD (VECTOR_D CapPos1, VECTOR_D CapPos2, double CapR, VECTOR_D TrianglePos1, VECTOR_D TrianglePos2, VECTOR_D TrianglePos3) |
| int | RectClipping (RECT *Rect, const RECT *ClippuRect) |
| int | RectAdjust (RECT *Rect) |
| int | GetRectSize (const RECT *Rect, int *Width, int *Height) |
| MATRIX | MGetIdent (void) |
| MATRIX_D | MGetIdentD (void) |
| MATRIX | MMult (MATRIX In1, MATRIX In2) |
| MATRIX_D | MMultD (MATRIX_D In1, MATRIX_D In2) |
| MATRIX | MScale (MATRIX InM, float Scale) |
| MATRIX_D | MScaleD (MATRIX_D InM, double Scale) |
| MATRIX | MAdd (MATRIX In1, MATRIX In2) |
| MATRIX_D | MAddD (MATRIX_D In1, MATRIX_D In2) |
| MATRIX | MGetScale (VECTOR Scale) |
| MATRIX_D | MGetScaleD (VECTOR_D Scale) |
| MATRIX | MGetRotX (float XAxisRotate) |
| MATRIX_D | MGetRotXD (double XAxisRotate) |
| MATRIX | MGetRotY (float YAxisRotate) |
| MATRIX_D | MGetRotYD (double YAxisRotate) |
| MATRIX | MGetRotZ (float ZAxisRotate) |
| MATRIX_D | MGetRotZD (double ZAxisRotate) |
| MATRIX | MGetRotAxis (VECTOR RotateAxis, float Rotate) |
| MATRIX_D | MGetRotAxisD (VECTOR_D RotateAxis, double Rotate) |
| MATRIX | MGetRotVec2 (VECTOR In1, VECTOR In2) |
| MATRIX_D | MGetRotVec2D (VECTOR_D In1, VECTOR_D In2) |
| MATRIX | MGetTranslate (VECTOR Trans) |
| MATRIX_D | MGetTranslateD (VECTOR_D Trans) |
| MATRIX | MGetAxis1 (VECTOR XAxis, VECTOR YAxis, VECTOR ZAxis, VECTOR Pos) |
| MATRIX_D | MGetAxis1D (VECTOR_D XAxis, VECTOR_D YAxis, VECTOR_D ZAxis, VECTOR_D Pos) |
| MATRIX | MGetAxis2 (VECTOR XAxis, VECTOR YAxis, VECTOR ZAxis, VECTOR Pos) |
| MATRIX_D | MGetAxis2D (VECTOR_D XAxis, VECTOR_D YAxis, VECTOR_D ZAxis, VECTOR_D Pos) |
| MATRIX | MTranspose (MATRIX InM) |
| MATRIX_D | MTransposeD (MATRIX_D InM) |
| MATRIX | MInverse (MATRIX InM) |
| MATRIX_D | MInverseD (MATRIX_D InM) |
| VECTOR | MGetSize (MATRIX InM) |
| VECTOR_D | MGetSizeD (MATRIX_D InM) |
| MATRIX | MGetRotElem (MATRIX InM) |
| MATRIX_D | MGetRotElemD (MATRIX_D InM) |
| __inline VECTOR | MGetTranslateElem (MATRIX &InM) |
| __inline VECTOR_D | MGetTranslateElemD (MATRIX_D &InM) |
| __inline VECTOR_D | VConvFtoD (const VECTOR &In) |
| __inline VECTOR | VConvDtoF (const VECTOR_D &In) |
| __inline VECTOR | VGet (float x, float y, float z) |
| __inline VECTOR_D | VGetD (double x, double y, double z) |
| __inline FLOAT2 | F2Get (float u, float v) |
| __inline FLOAT4 | F4Get (float x, float y, float z, float w) |
| __inline DOUBLE4 | D4Get (double x, double y, double z, double w) |
| __inline VECTOR | VAdd (const VECTOR &In1, const VECTOR &In2) |
| __inline VECTOR_D | VAddD (const VECTOR_D &In1, const VECTOR_D &In2) |
| __inline VECTOR | VSub (const VECTOR &In1, const VECTOR &In2) |
| __inline VECTOR_D | VSubD (const VECTOR_D &In1, const VECTOR_D &In2) |
| __inline FLOAT2 | F2Add (const FLOAT2 &In1, const FLOAT2 &In2) |
| __inline FLOAT4 | F4Add (const FLOAT4 &In1, const FLOAT4 &In2) |
| __inline DOUBLE4 | D4Add (const DOUBLE4 &In1, const DOUBLE4 &In2) |
| __inline FLOAT2 | F2Sub (const FLOAT2 &In1, const FLOAT2 &In2) |
| __inline FLOAT4 | F4Sub (const FLOAT4 &In1, const FLOAT4 &In2) |
| __inline DOUBLE4 | D4Sub (const DOUBLE4 &In1, const DOUBLE4 &In2) |
| __inline float | VDot (const VECTOR &In1, const VECTOR &In2) |
| __inline double | VDotD (const VECTOR_D &In1, const VECTOR_D &In2) |
| __inline VECTOR | VCross (const VECTOR &In1, const VECTOR &In2) |
| __inline VECTOR_D | VCrossD (const VECTOR_D &In1, const VECTOR_D &In2) |
| __inline VECTOR | VScale (const VECTOR &In, float Scale) |
| __inline VECTOR_D | VScaleD (const VECTOR_D &In, double Scale) |
| __inline FLOAT2 | F2Scale (const FLOAT2 &In, float Scale) |
| __inline FLOAT4 | F4Scale (const FLOAT4 &In, float Scale) |
| __inline DOUBLE4 | D4Scale (const DOUBLE4 &In, double Scale) |
| VECTOR | VNorm (VECTOR In) |
| VECTOR_D | VNormD (VECTOR_D In) |
| float | VSize (VECTOR In) |
| double | VSizeD (VECTOR_D In) |
| __inline float | VSquareSize (const VECTOR &In) |
| __inline double | VSquareSizeD (const VECTOR_D &In) |
| __inline VECTOR | VTransform (const VECTOR &InV, const MATRIX &InM) |
| __inline VECTOR_D | VTransformD (const VECTOR_D &InV, const MATRIX_D &InM) |
| __inline VECTOR | VTransformSR (const VECTOR &InV, const MATRIX &InM) |
| __inline VECTOR_D | VTransformSRD (const VECTOR_D &InV, const MATRIX_D &InM) |
| float | VCos (VECTOR In1, VECTOR In2) |
| double | VCosD (VECTOR_D In1, VECTOR_D In2) |
| float | VRad (VECTOR In1, VECTOR In2) |
| double | VRadD (VECTOR_D In1, VECTOR_D In2) |
| __inline FLOAT4 | QTCross (const FLOAT4 &A, const FLOAT4 &B) |
| __inline DOUBLE4 | QTCrossD (const DOUBLE4 &A, const DOUBLE4 &B) |
| __inline FLOAT4 | QTConj (const FLOAT4 &A) |
| __inline DOUBLE4 | QTConjD (const DOUBLE4 &A) |
| FLOAT4 | QTRot (VECTOR Axis, float Angle) |
| DOUBLE4 | QTRotD (VECTOR_D Axis, double Angle) |
| VECTOR | VRotQ (VECTOR P, VECTOR Axis, float Angle) |
| VECTOR_D | VRotQD (VECTOR_D P, VECTOR_D Axis, double Angle) |
| int | CreateGraphImageOrDIBGraph (const TCHAR *FileName, const void *DataImage, int DataImageSize, int DataImageType, int BmpFlag, int ReverseFlag, BASEIMAGE *BaseImage, BITMAPINFO **BmpInfo, void **GraphData) |
| int | CreateGraphImageOrDIBGraphWithStrLen (const TCHAR *FileName, size_t FileNameLength, const void *DataImage, int DataImageSize, int DataImageType, int BmpFlag, int ReverseFlag, BASEIMAGE *BaseImage, BITMAPINFO **BmpInfo, void **GraphData) |
| int | CreateGraphImageType2 (STREAMDATA *Src, BASEIMAGE *Dest) |
| int | CreateBmpInfo (BITMAPINFO *BmpInfo, int Width, int Height, int Pitch, const void *SrcGrData, void **DestGrData) |
| int | GetImageSize_File (const TCHAR *FileName, int *SizeX, int *SizeY) |
| int | GetImageSize_FileWithStrLen (const TCHAR *FileName, size_t FileNameLength, int *SizeX, int *SizeY) |
| int | GetImageSize_Mem (const void *FileImage, int FileImageSize, int *SizeX, int *SizeY) |
| unsigned int | GetGraphImageFullColorCode (const BASEIMAGE *GraphImage, int x, int y) |
| int | CreateGraphImage_plus_Alpha (const TCHAR *FileName, const void *RgbImage, int RgbImageSize, int RgbImageType, const void *AlphaImage, int AlphaImageSize, int AlphaImageType, BASEIMAGE *RgbGraphImage, BASEIMAGE *AlphaGraphImage, int ReverseFlag) |
| int | CreateGraphImage_plus_AlphaWithStrLen (const TCHAR *FileName, size_t FileNameLength, const void *RgbImage, int RgbImageSize, int RgbImageType, const void *AlphaImage, int AlphaImageSize, int AlphaImageType, BASEIMAGE *RgbGraphImage, BASEIMAGE *AlphaGraphImage, int ReverseFlag) |
| int | ReverseGraphImage (BASEIMAGE *GraphImage) |
| int | AddUserGraphLoadFunction4 (int(*UserLoadFunc)(STREAMDATA *Src, BASEIMAGE *BaseImage)) |
| int | SubUserGraphLoadFunction4 (int(*UserLoadFunc)(STREAMDATA *Src, BASEIMAGE *BaseImage)) |
| int | SetUseFastLoadFlag (int Flag) |
| int | SetGraphDataShavedMode (int ShavedMode) |
| int | GetGraphDataShavedMode (void) |
| int | SetUsePremulAlphaConvertLoad (int UseFlag) |
| int | CreateBaseImage (const TCHAR *FileName, const void *FileImage, int FileImageSize, int DataType, BASEIMAGE *BaseImage, int ReverseFlag) |
| int | CreateBaseImageWithStrLen (const TCHAR *FileName, size_t FileNameLength, const void *FileImage, int FileImageSize, int DataType, BASEIMAGE *BaseImage, int ReverseFlag) |
| int | CreateGraphImage (const TCHAR *FileName, const void *DataImage, int DataImageSize, int DataImageType, BASEIMAGE *GraphImage, int ReverseFlag) |
| int | CreateBaseImageToFile (const TCHAR *FileName, BASEIMAGE *BaseImage, int ReverseFlag=FALSE) |
| int | CreateBaseImageToFileWithStrLen (const TCHAR *FileName, size_t FileNameLength, BASEIMAGE *BaseImage, int ReverseFlag=FALSE) |
| int | CreateBaseImageToMem (const void *FileImage, int FileImageSize, BASEIMAGE *BaseImage, int ReverseFlag=FALSE) |
| int | CreateARGBF32ColorBaseImage (int SizeX, int SizeY, BASEIMAGE *BaseImage) |
| int | CreateARGBF16ColorBaseImage (int SizeX, int SizeY, BASEIMAGE *BaseImage) |
| int | CreateARGB8ColorBaseImage (int SizeX, int SizeY, BASEIMAGE *BaseImage) |
| int | CreateXRGB8ColorBaseImage (int SizeX, int SizeY, BASEIMAGE *BaseImage) |
| int | CreateRGB8ColorBaseImage (int SizeX, int SizeY, BASEIMAGE *BaseImage) |
| int | CreateARGB4ColorBaseImage (int SizeX, int SizeY, BASEIMAGE *BaseImage) |
| int | CreateA1R5G5B5ColorBaseImage (int SizeX, int SizeY, BASEIMAGE *BaseImage) |
| int | CreateX1R5G5B5ColorBaseImage (int SizeX, int SizeY, BASEIMAGE *BaseImage) |
| int | CreateR5G5B5A1ColorBaseImage (int SizeX, int SizeY, BASEIMAGE *BaseImage) |
| int | CreateR5G6B5ColorBaseImage (int SizeX, int SizeY, BASEIMAGE *BaseImage) |
| int | CreatePAL8ColorBaseImage (int SizeX, int SizeY, BASEIMAGE *BaseImage, int UseAlpha=FALSE) |
| int | CreateColorDataBaseImage (int SizeX, int SizeY, const COLORDATA *ColorData, BASEIMAGE *BaseImage) |
| int | GetBaseImageGraphDataSize (const BASEIMAGE *BaseImage) |
| int | DerivationBaseImage (const BASEIMAGE *BaseImage, int x1, int y1, int x2, int y2, BASEIMAGE *NewBaseImage) |
| int | ReleaseBaseImage (BASEIMAGE *BaseImage) |
| int | ReleaseGraphImage (BASEIMAGE *GraphImage) |
| int | ConvertNormalFormatBaseImage (BASEIMAGE *BaseImage, int ReleaseOrigGraphData=TRUE) |
| int | ConvertPremulAlphaBaseImage (BASEIMAGE *BaseImage) |
| int | ConvertInterpAlphaBaseImage (BASEIMAGE *BaseImage) |
| int | GetDrawScreenBaseImage (int x1, int y1, int x2, int y2, BASEIMAGE *BaseImage) |
| int | GetDrawScreenBaseImageDestPos (int x1, int y1, int x2, int y2, BASEIMAGE *BaseImage, int DestX, int DestY) |
| int | FillBaseImage (BASEIMAGE *BaseImage, int r, int g, int b, int a) |
| int | FillRectBaseImage (BASEIMAGE *BaseImage, int x, int y, int w, int h, int r, int g, int b, int a) |
| int | ClearRectBaseImage (BASEIMAGE *BaseImage, int x, int y, int w, int h) |
| int | GetPaletteBaseImage (const BASEIMAGE *BaseImage, int PaletteNo, int *r, int *g, int *b, int *a) |
| int | SetPaletteBaseImage (BASEIMAGE *BaseImage, int PaletteNo, int r, int g, int b, int a) |
| int | SetPixelPalCodeBaseImage (BASEIMAGE *BaseImage, int x, int y, int palNo) |
| int | GetPixelPalCodeBaseImage (const BASEIMAGE *BaseImage, int x, int y) |
| int | SetPixelBaseImage (BASEIMAGE *BaseImage, int x, int y, int r, int g, int b, int a) |
| int | SetPixelBaseImageF (BASEIMAGE *BaseImage, int x, int y, float r, float g, float b, float a) |
| int | GetPixelBaseImage (const BASEIMAGE *BaseImage, int x, int y, int *r, int *g, int *b, int *a) |
| int | GetPixelBaseImageF (const BASEIMAGE *BaseImage, int x, int y, float *r, float *g, float *b, float *a) |
| int | DrawLineBaseImage (BASEIMAGE *BaseImage, int x1, int y1, int x2, int y2, int r, int g, int b, int a) |
| int | DrawCircleBaseImage (BASEIMAGE *BaseImage, int x, int y, int radius, int r, int g, int b, int a, int FillFlag=TRUE) |
| int | BltBaseImage (int SrcX, int SrcY, int SrcSizeX, int SrcSizeY, int DestX, int DestY, BASEIMAGE *SrcBaseImage, BASEIMAGE *DestBaseImage) |
| int | BltBaseImage (int DestX, int DestY, BASEIMAGE *SrcBaseImage, BASEIMAGE *DestBaseImage) |
| int | BltBaseImageWithTransColor (int SrcX, int SrcY, int SrcSizeX, int SrcSizeY, int DestX, int DestY, BASEIMAGE *SrcBaseImage, BASEIMAGE *DestBaseImage, int Tr, int Tg, int Tb, int Ta) |
| int | BltBaseImageWithAlphaBlend (int SrcX, int SrcY, int SrcSizeX, int SrcSizeY, int DestX, int DestY, BASEIMAGE *SrcBaseImage, BASEIMAGE *DestBaseImage, int Opacity=255) |
| int | ReverseBaseImageH (BASEIMAGE *BaseImage) |
| int | ReverseBaseImageV (BASEIMAGE *BaseImage) |
| int | ReverseBaseImage (BASEIMAGE *BaseImage) |
| int | CheckPixelAlphaBaseImage (const BASEIMAGE *BaseImage) |
| int | GetBaseImageUseMaxPaletteNo (const BASEIMAGE *BaseImage) |
| int | ReadJpegExif (const TCHAR *JpegFilePath, BYTE *ExifBuffer_Array, size_t ExifBufferSize) |
| int | ReadJpegExifWithStrLen (const TCHAR *JpegFilePath, size_t JpegFilePathLength, BYTE *ExifBuffer_Array, size_t ExifBufferSize) |
| int | SaveBaseImageToBmp (const TCHAR *FilePath, const BASEIMAGE *BaseImage) |
| int | SaveBaseImageToBmpWithStrLen (const TCHAR *FilePath, size_t FilePathLength, const BASEIMAGE *BaseImage) |
| int | SaveBaseImageToDds (const TCHAR *FilePath, const BASEIMAGE *BaseImage) |
| int | SaveBaseImageToDdsWithStrLen (const TCHAR *FilePath, size_t FilePathLength, const BASEIMAGE *BaseImage) |
| int | SaveBaseImageToPng (const TCHAR *FilePath, BASEIMAGE *BaseImage, int CompressionLevel) |
| int | SaveBaseImageToPngWithStrLen (const TCHAR *FilePath, size_t FilePathLength, BASEIMAGE *BaseImage, int CompressionLevel) |
| int | SaveBaseImageToJpeg (const TCHAR *FilePath, BASEIMAGE *BaseImage, int Quality, int Sample2x1) |
| int | SaveBaseImageToJpegWithStrLen (const TCHAR *FilePath, size_t FilePathLength, BASEIMAGE *BaseImage, int Quality, int Sample2x1) |
| int | DrawBaseImage (int x, int y, BASEIMAGE *BaseImage) |
| int | GraphColorMatchBltVer2 (void *DestGraphData, int DestPitch, const COLORDATA *DestColorData, const void *SrcGraphData, int SrcPitch, const COLORDATA *SrcColorData, const void *AlphaMask, int AlphaPitch, const COLORDATA *AlphaColorData, POINT DestPoint, const RECT *SrcRect, int ReverseFlag, int TransColorAlphaTestFlag, unsigned int TransColor, int ImageShavedMode, int AlphaOnlyFlag=FALSE, int RedIsAlphaFlag=FALSE, int TransColorNoMoveFlag=FALSE, int Pal8ColorMatch=FALSE) |
| COLOR_F | GetColorF (float Red, float Green, float Blue, float Alpha) |
| COLOR_U8 | GetColorU8 (int Red, int Green, int Blue, int Alpha) |
| unsigned int | GetColor (int Red, int Green, int Blue) |
| int | GetColor2 (unsigned int Color, int *Red, int *Green, int *Blue) |
| unsigned int | GetColor3 (const COLORDATA *ColorData, int Red, int Green, int Blue, int Alpha=255) |
| unsigned int | GetColor4 (const COLORDATA *DestColorData, const COLORDATA *SrcColorData, unsigned int SrcColor) |
| int | GetColor5 (const COLORDATA *ColorData, unsigned int Color, int *Red, int *Green, int *Blue, int *Alpha=NULL) |
| int | CreatePaletteColorData (COLORDATA *ColorDataBuf) |
| int | CreateARGBF32ColorData (COLORDATA *ColorDataBuf) |
| int | CreateARGBF16ColorData (COLORDATA *ColorDataBuf) |
| int | CreateXRGB8ColorData (COLORDATA *ColorDataBuf) |
| int | CreateARGB8ColorData (COLORDATA *ColorDataBuf) |
| int | CreateARGB4ColorData (COLORDATA *ColorDataBuf) |
| int | CreateA1R5G5B5ColorData (COLORDATA *ColorDataBuf) |
| int | CreateX1R5G5B5ColorData (COLORDATA *ColorDataBuf) |
| int | CreateR5G5B5A1ColorData (COLORDATA *ColorDataBuf) |
| int | CreateR5G6B5ColorData (COLORDATA *ColorDataBuf) |
| int | CreateFullColorData (COLORDATA *ColorDataBuf) |
| int | CreateGrayColorData (COLORDATA *ColorDataBuf) |
| int | CreatePal8ColorData (COLORDATA *ColorDataBuf, int UseAlpha=FALSE) |
| int | CreateColorData (COLORDATA *ColorDataBuf, int ColorBitDepth, DWORD RedMask, DWORD GreenMask, DWORD BlueMask, DWORD AlphaMask, int ChannelNum=0, int ChannelBitDepth=0, int FloatTypeFlag=FALSE) |
| void | SetColorDataNoneMask (COLORDATA *ColorData) |
| int | CmpColorData (const COLORDATA *ColorData1, const COLORDATA *ColorData2) |
| int | InitSoftImage (void) |
| int | LoadSoftImage (const TCHAR *FileName) |
| int | LoadSoftImageWithStrLen (const TCHAR *FileName, size_t FileNameLength) |
| int | LoadARGB8ColorSoftImage (const TCHAR *FileName) |
| int | LoadARGB8ColorSoftImageWithStrLen (const TCHAR *FileName, size_t FileNameLength) |
| int | LoadXRGB8ColorSoftImage (const TCHAR *FileName) |
| int | LoadXRGB8ColorSoftImageWithStrLen (const TCHAR *FileName, size_t FileNameLength) |
| int | LoadSoftImageToMem (const void *FileImage, int FileImageSize) |
| int | LoadARGB8ColorSoftImageToMem (const void *FileImage, int FileImageSize) |
| int | LoadXRGB8ColorSoftImageToMem (const void *FileImage, int FileImageSize) |
| int | MakeSoftImage (int SizeX, int SizeY) |
| int | MakeARGBF32ColorSoftImage (int SizeX, int SizeY) |
| int | MakeARGBF16ColorSoftImage (int SizeX, int SizeY) |
| int | MakeARGB8ColorSoftImage (int SizeX, int SizeY) |
| int | MakeXRGB8ColorSoftImage (int SizeX, int SizeY) |
| int | MakeARGB4ColorSoftImage (int SizeX, int SizeY) |
| int | MakeA1R5G5B5ColorSoftImage (int SizeX, int SizeY) |
| int | MakeX1R5G5B5ColorSoftImage (int SizeX, int SizeY) |
| int | MakeR5G5B5A1ColorSoftImage (int SizeX, int SizeY) |
| int | MakeR5G6B5ColorSoftImage (int SizeX, int SizeY) |
| int | MakeRGB8ColorSoftImage (int SizeX, int SizeY) |
| int | MakePAL8ColorSoftImage (int SizeX, int SizeY, int UseAlpha=FALSE) |
| int | DeleteSoftImage (int SIHandle) |
| int | GetSoftImageSize (int SIHandle, int *Width, int *Height) |
| int | CheckPaletteSoftImage (int SIHandle) |
| int | CheckAlphaSoftImage (int SIHandle) |
| int | CheckPixelAlphaSoftImage (int SIHandle) |
| int | GetDrawScreenSoftImage (int x1, int y1, int x2, int y2, int SIHandle) |
| int | GetDrawScreenSoftImageDestPos (int x1, int y1, int x2, int y2, int SIHandle, int DestX, int DestY) |
| int | FillSoftImage (int SIHandle, int r, int g, int b, int a) |
| int | ClearRectSoftImage (int SIHandle, int x, int y, int w, int h) |
| int | GetPaletteSoftImage (int SIHandle, int PaletteNo, int *r, int *g, int *b, int *a) |
| int | SetPaletteSoftImage (int SIHandle, int PaletteNo, int r, int g, int b, int a) |
| int | DrawPixelPalCodeSoftImage (int SIHandle, int x, int y, int palNo) |
| int | GetPixelPalCodeSoftImage (int SIHandle, int x, int y) |
| void * | GetImageAddressSoftImage (int SIHandle) |
| int | GetPitchSoftImage (int SIHandle) |
| int | DrawPixelSoftImage (int SIHandle, int x, int y, int r, int g, int b, int a) |
| int | DrawPixelSoftImageF (int SIHandle, int x, int y, float r, float g, float b, float a) |
| void | DrawPixelSoftImage_Unsafe_XRGB8 (int SIHandle, int x, int y, int r, int g, int b) |
| void | DrawPixelSoftImage_Unsafe_ARGB8 (int SIHandle, int x, int y, int r, int g, int b, int a) |
| int | GetPixelSoftImage (int SIHandle, int x, int y, int *r, int *g, int *b, int *a) |
| int | GetPixelSoftImageF (int SIHandle, int x, int y, float *r, float *g, float *b, float *a) |
| void | GetPixelSoftImage_Unsafe_XRGB8 (int SIHandle, int x, int y, int *r, int *g, int *b) |
| void | GetPixelSoftImage_Unsafe_ARGB8 (int SIHandle, int x, int y, int *r, int *g, int *b, int *a) |
| int | DrawLineSoftImage (int SIHandle, int x1, int y1, int x2, int y2, int r, int g, int b, int a) |
| int | DrawCircleSoftImage (int SIHandle, int x, int y, int radius, int r, int g, int b, int a, int FillFlag=TRUE) |
| int | BltSoftImage (int SrcX, int SrcY, int SrcSizeX, int SrcSizeY, int SrcSIHandle, int DestX, int DestY, int DestSIHandle) |
| int | BltSoftImageWithTransColor (int SrcX, int SrcY, int SrcSizeX, int SrcSizeY, int SrcSIHandle, int DestX, int DestY, int DestSIHandle, int Tr, int Tg, int Tb, int Ta) |
| int | BltSoftImageWithAlphaBlend (int SrcX, int SrcY, int SrcSizeX, int SrcSizeY, int SrcSIHandle, int DestX, int DestY, int DestSIHandle, int Opacity=255) |
| int | ReverseSoftImageH (int SIHandle) |
| int | ReverseSoftImageV (int SIHandle) |
| int | ReverseSoftImage (int SIHandle) |
| int | BltStringSoftImage (int x, int y, const TCHAR *StrData, int DestSIHandle, int DestEdgeSIHandle=-1, int VerticalFlag=FALSE) |
| int | BltStringSoftImageWithStrLen (int x, int y, const TCHAR *StrData, size_t StrDataLength, int DestSIHandle, int DestEdgeSIHandle=-1, int VerticalFlag=FALSE) |
| int | BltStringSoftImageToHandle (int x, int y, const TCHAR *StrData, int DestSIHandle, int DestEdgeSIHandle, int FontHandle, int VerticalFlag=FALSE) |
| int | BltStringSoftImageToHandleWithStrLen (int x, int y, const TCHAR *StrData, size_t StrDataLength, int DestSIHandle, int DestEdgeSIHandle, int FontHandle, int VerticalFlag=FALSE) |
| int | DrawSoftImage (int x, int y, int SIHandle) |
| int | SaveSoftImageToBmp (const TCHAR *FilePath, int SIHandle) |
| int | SaveSoftImageToBmpWithStrLen (const TCHAR *FilePath, size_t FilePathLength, int SIHandle) |
| int | SaveSoftImageToDds (const TCHAR *FilePath, int SIHandle) |
| int | SaveSoftImageToDdsWithStrLen (const TCHAR *FilePath, size_t FilePathLength, int SIHandle) |
| int | SaveSoftImageToPng (const TCHAR *FilePath, int SIHandle, int CompressionLevel) |
| int | SaveSoftImageToPngWithStrLen (const TCHAR *FilePath, size_t FilePathLength, int SIHandle, int CompressionLevel) |
| int | SaveSoftImageToJpeg (const TCHAR *FilePath, int SIHandle, int Quality, int Sample2x1) |
| int | SaveSoftImageToJpegWithStrLen (const TCHAR *FilePath, size_t FilePathLength, int SIHandle, int Quality, int Sample2x1) |
| int | InitSoundMem (int LogOutFlag=FALSE) |
| int | AddSoundData (int Handle=-1) |
| int | AddStreamSoundMem (STREAMDATA *Stream, int LoopNum, int SoundHandle, int StreamDataType, int *CanStreamCloseFlag, int UnionHandle=-1) |
| int | AddStreamSoundMemToMem (const void *FileImage, size_t FileImageSize, int LoopNum, int SoundHandle, int StreamDataType, int UnionHandle=-1) |
| int | AddStreamSoundMemToFile (const TCHAR *WaveFile, int LoopNum, int SoundHandle, int StreamDataType, int UnionHandle=-1) |
| int | AddStreamSoundMemToFileWithStrLen (const TCHAR *WaveFile, size_t WaveFilePathLength, int LoopNum, int SoundHandle, int StreamDataType, int UnionHandle=-1) |
| int | SetupStreamSoundMem (int SoundHandle) |
| int | PlayStreamSoundMem (int SoundHandle, int PlayType=DX_PLAYTYPE_LOOP, int TopPositionFlag=TRUE) |
| int | CheckStreamSoundMem (int SoundHandle) |
| int | StopStreamSoundMem (int SoundHandle) |
| int | SetStreamSoundCurrentPosition (LONGLONG Byte, int SoundHandle) |
| LONGLONG | GetStreamSoundCurrentPosition (int SoundHandle) |
| int | SetStreamSoundCurrentTime (LONGLONG Time, int SoundHandle) |
| LONGLONG | GetStreamSoundCurrentTime (int SoundHandle) |
| int | ProcessStreamSoundMem (int SoundHandle) |
| int | ProcessStreamSoundMemAll (void) |
| int | LoadSoundMem2 (const TCHAR *FileName1, const TCHAR *FileName2) |
| int | LoadSoundMem2WithStrLen (const TCHAR *FileName1, size_t FileName1Length, const TCHAR *FileName2, size_t FileName2Length) |
| int | LoadBGM (const TCHAR *FileName) |
| int | LoadBGMWithStrLen (const TCHAR *FileName, size_t FileNameLength) |
| int | LoadSoundMemBase (const TCHAR *FileName, int BufferNum, int UnionHandle=-1) |
| int | LoadSoundMemBaseWithStrLen (const TCHAR *FileName, size_t FileNameLength, int BufferNum, int UnionHandle=-1) |
| int | LoadSoundMem (const TCHAR *FileName, int BufferNum=3, int UnionHandle=-1) |
| int | LoadSoundMemWithStrLen (const TCHAR *FileName, size_t FileNameLength, int BufferNum=3, int UnionHandle=-1) |
| int | LoadSoundMemToBufNumSitei (const TCHAR *FileName, int BufferNum) |
| int | LoadSoundMemToBufNumSiteiWithStrLen (const TCHAR *FileName, size_t FileNameLength, int BufferNum) |
| int | DuplicateSoundMem (int SrcSoundHandle, int BufferNum=3) |
| int | LoadSoundMemByMemImageBase (const void *FileImage, size_t FileImageSize, int BufferNum, int UnionHandle=-1) |
| int | LoadSoundMemByMemImage (const void *FileImage, size_t FileImageSize, int BufferNum=3, int UnionHandle=-1) |
| int | LoadSoundMemByMemImage2 (const void *WaveImage, size_t WaveImageSize, const WAVEFORMATEX *WaveFormat, size_t WaveHeaderSize) |
| int | LoadSoundMemByMemImageToBufNumSitei (const void *FileImage, size_t FileImageSize, int BufferNum) |
| int | LoadSoundMem2ByMemImage (const void *FileImage1, size_t FileImageSize1, const void *FileImage2, size_t FileImageSize2) |
| int | LoadSoundMemFromSoftSound (int SoftSoundHandle, int BufferNum=3) |
| int | DeleteSoundMem (int SoundHandle, int LogOutFlag=FALSE) |
| int | PlaySoundMem (int SoundHandle, int PlayType, int TopPositionFlag=TRUE) |
| int | StopSoundMem (int SoundHandle) |
| int | CheckSoundMem (int SoundHandle) |
| int | SetPanSoundMem (int PanPal, int SoundHandle) |
| int | ChangePanSoundMem (int PanPal, int SoundHandle) |
| int | GetPanSoundMem (int SoundHandle) |
| int | SetVolumeSoundMem (int VolumePal, int SoundHandle) |
| int | ChangeVolumeSoundMem (int VolumePal, int SoundHandle) |
| int | GetVolumeSoundMem (int SoundHandle) |
| int | GetVolumeSoundMem2 (int SoundHandle) |
| int | SetChannelVolumeSoundMem (int Channel, int VolumePal, int SoundHandle) |
| int | ChangeChannelVolumeSoundMem (int Channel, int VolumePal, int SoundHandle) |
| int | GetChannelVolumeSoundMem (int Channel, int SoundHandle) |
| int | GetChannelVolumeSoundMem2 (int Channel, int SoundHandle) |
| int | SetFrequencySoundMem (int FrequencyPal, int SoundHandle) |
| int | GetFrequencySoundMem (int SoundHandle) |
| int | ResetFrequencySoundMem (int SoundHandle) |
| int | SetNextPlayPanSoundMem (int PanPal, int SoundHandle) |
| int | ChangeNextPlayPanSoundMem (int PanPal, int SoundHandle) |
| int | SetNextPlayVolumeSoundMem (int VolumePal, int SoundHandle) |
| int | ChangeNextPlayVolumeSoundMem (int VolumePal, int SoundHandle) |
| int | SetNextPlayChannelVolumeSoundMem (int Channel, int VolumePal, int SoundHandle) |
| int | ChangeNextPlayChannelVolumeSoundMem (int Channel, int VolumePal, int SoundHandle) |
| int | SetNextPlayFrequencySoundMem (int FrequencyPal, int SoundHandle) |
| int | SetCurrentPositionSoundMem (LONGLONG SamplePosition, int SoundHandle) |
| LONGLONG | GetCurrentPositionSoundMem (int SoundHandle) |
| int | SetSoundCurrentPosition (LONGLONG Byte, int SoundHandle) |
| LONGLONG | GetSoundCurrentPosition (int SoundHandle) |
| int | SetSoundCurrentTime (LONGLONG Time, int SoundHandle) |
| LONGLONG | GetSoundCurrentTime (int SoundHandle) |
| LONGLONG | GetSoundTotalSample (int SoundHandle) |
| LONGLONG | GetSoundTotalTime (int SoundHandle) |
| int | SetLoopPosSoundMem (LONGLONG LoopTime, int SoundHandle) |
| int | SetLoopTimePosSoundMem (LONGLONG LoopTime, int SoundHandle) |
| int | SetLoopSamplePosSoundMem (LONGLONG LoopSamplePosition, int SoundHandle) |
| int | SetLoopStartTimePosSoundMem (LONGLONG LoopStartTime, int SoundHandle) |
| int | SetLoopStartSamplePosSoundMem (LONGLONG LoopStartSamplePosition, int SoundHandle) |
| int | SetLoopAreaTimePosSoundMem (LONGLONG LoopStartTime, LONGLONG LoopEndTime, int SoundHandle) |
| int | GetLoopAreaTimePosSoundMem (LONGLONG *LoopStartTime, LONGLONG *LoopEndTime, int SoundHandle) |
| int | SetLoopAreaSamplePosSoundMem (LONGLONG LoopStartSamplePosition, LONGLONG LoopEndSamplePosition, int SoundHandle) |
| int | GetLoopAreaSamplePosSoundMem (LONGLONG *LoopStartSamplePosition, LONGLONG *LoopEndSamplePosition, int SoundHandle) |
| int | SetPlayFinishDeleteSoundMem (int DeleteFlag, int SoundHandle) |
| int | Set3DReverbParamSoundMem (const SOUND3D_REVERB_PARAM *Param, int SoundHandle) |
| int | Set3DPresetReverbParamSoundMem (int PresetNo, int SoundHandle) |
| int | Set3DReverbParamSoundMemAll (const SOUND3D_REVERB_PARAM *Param, int PlaySoundOnly=FALSE) |
| int | Set3DPresetReverbParamSoundMemAll (int PresetNo, int PlaySoundOnly=FALSE) |
| int | Get3DReverbParamSoundMem (SOUND3D_REVERB_PARAM *ParamBuffer, int SoundHandle) |
| int | Get3DPresetReverbParamSoundMem (SOUND3D_REVERB_PARAM *ParamBuffer, int PresetNo) |
| int | Set3DPositionSoundMem (VECTOR Position, int SoundHandle) |
| int | Set3DRadiusSoundMem (float Radius, int SoundHandle) |
| int | Set3DVelocitySoundMem (VECTOR Velocity, int SoundHandle) |
| int | SetNextPlay3DPositionSoundMem (VECTOR Position, int SoundHandle) |
| int | SetNextPlay3DRadiusSoundMem (float Radius, int SoundHandle) |
| int | SetNextPlay3DVelocitySoundMem (VECTOR Velocity, int SoundHandle) |
| int | GetMP3TagInfo (const TCHAR *FileName, TCHAR *TitleBuffer, size_t TitleBufferBytes, TCHAR *ArtistBuffer, size_t ArtistBufferBytes, TCHAR *AlbumBuffer, size_t AlbumBufferBytes, TCHAR *YearBuffer, size_t YearBufferBytes, TCHAR *CommentBuffer, size_t CommentBufferBytes, TCHAR *TrackBuffer, size_t TrackBufferBytes, TCHAR *GenreBuffer, size_t GenreBufferBytes, int *PictureGrHandle) |
| int | GetMP3TagInfoWithStrLen (const TCHAR *FileName, size_t FileNameLength, TCHAR *TitleBuffer, size_t TitleBufferBytes, TCHAR *ArtistBuffer, size_t ArtistBufferBytes, TCHAR *AlbumBuffer, size_t AlbumBufferBytes, TCHAR *YearBuffer, size_t YearBufferBytes, TCHAR *CommentBuffer, size_t CommentBufferBytes, TCHAR *TrackBuffer, size_t TrackBufferBytes, TCHAR *GenreBuffer, size_t GenreBufferBytes, int *PictureGrHandle) |
| int | GetOggCommentNum (const TCHAR *FileName) |
| int | GetOggCommentNumWithStrLen (const TCHAR *FileName, size_t FileNameLength) |
| int | GetOggComment (const TCHAR *FileName, int CommentIndex, TCHAR *CommentNameBuffer, size_t CommentNameBufferBytes, TCHAR *CommentBuffer, size_t CommentBufferBytes) |
| int | GetOggCommentWithStrLen (const TCHAR *FileName, size_t FileNameLength, int CommentIndex, TCHAR *CommentNameBuffer, size_t CommentNameBufferBytes, TCHAR *CommentBuffer, size_t CommentBufferBytes) |
| int | SetCreateSoundDataType (int SoundDataType) |
| int | GetCreateSoundDataType (void) |
| int | SetCreateSoundPitchRate (float Cents) |
| float | GetCreateSoundPitchRate (void) |
| int | SetCreateSoundTimeStretchRate (float Rate) |
| float | GetCreateSoundTimeStretchRate (void) |
| int | SetCreateSoundLoopAreaTimePos (LONGLONG LoopStartTime, LONGLONG LoopEndTime) |
| int | GetCreateSoundLoopAreaTimePos (LONGLONG *LoopStartTime, LONGLONG *LoopEndTime) |
| int | SetCreateSoundLoopAreaSamplePos (LONGLONG LoopStartSamplePosition, LONGLONG LoopEndSamplePosition) |
| int | GetCreateSoundLoopAreaSamplePos (LONGLONG *LoopStartSamplePosition, LONGLONG *LoopEndSamplePosition) |
| int | SetCreateSoundIgnoreLoopAreaInfo (int IgnoreFlag) |
| int | GetCreateSoundIgnoreLoopAreaInfo (void) |
| int | SetDisableReadSoundFunctionMask (int Mask) |
| int | GetDisableReadSoundFunctionMask (void) |
| int | SetEnableSoundCaptureFlag (int Flag) |
| int | SetUseOldVolumeCalcFlag (int Flag) |
| int | SetSoundCurrentTimeType (int Type) |
| int | GetSoundCurrentTimeType (void) |
| int | SetCreate3DSoundFlag (int Flag) |
| int | Set3DSoundOneMetre (float Distance) |
| int | Set3DSoundListenerPosAndFrontPos_UpVecY (VECTOR Position, VECTOR FrontPosition) |
| int | Set3DSoundListenerPosAndFrontPosAndUpVec (VECTOR Position, VECTOR FrontPosition, VECTOR UpVector) |
| int | Set3DSoundListenerVelocity (VECTOR Velocity) |
| int | Set3DSoundListenerConeAngle (float InnerAngle, float OuterAngle) |
| int | Set3DSoundListenerConeVolume (float InnerAngleVolume, float OuterAngleVolume) |
| int | SetBeepFrequency (int Freq) |
| int | PlayBeep (void) |
| int | StopBeep (void) |
| int | PlaySoundFile (const TCHAR *FileName, int PlayType) |
| int | PlaySoundFileWithStrLen (const TCHAR *FileName, size_t FileNameLength, int PlayType) |
| int | PlaySound (const TCHAR *FileName, int PlayType) |
| int | PlaySoundWithStrLen (const TCHAR *FileName, size_t FileNameLength, int PlayType) |
| int | CheckSoundFile (void) |
| int | CheckSound (void) |
| int | StopSoundFile (void) |
| int | StopSound (void) |
| int | SetVolumeSoundFile (int VolumePal) |
| int | SetVolumeSound (int VolumePal) |
| int | InitSoftSound (void) |
| int | LoadSoftSound (const TCHAR *FileName) |
| int | LoadSoftSoundWithStrLen (const TCHAR *FileName, size_t FileNameLength) |
| int | LoadSoftSoundFromMemImage (const void *FileImage, size_t FileImageSize) |
| int | MakeSoftSound (int UseFormat_SoftSoundHandle, LONGLONG SampleNum) |
| int | MakeSoftSound2Ch16Bit44KHz (LONGLONG SampleNum) |
| int | MakeSoftSound2Ch16Bit22KHz (LONGLONG SampleNum) |
| int | MakeSoftSound2Ch8Bit44KHz (LONGLONG SampleNum) |
| int | MakeSoftSound2Ch8Bit22KHz (LONGLONG SampleNum) |
| int | MakeSoftSound1Ch16Bit44KHz (LONGLONG SampleNum) |
| int | MakeSoftSound1Ch16Bit22KHz (LONGLONG SampleNum) |
| int | MakeSoftSound1Ch8Bit44KHz (LONGLONG SampleNum) |
| int | MakeSoftSound1Ch8Bit22KHz (LONGLONG SampleNum) |
| int | MakeSoftSoundCustom (int ChannelNum, int BitsPerSample, int SamplesPerSec, LONGLONG SampleNum, int IsFloatType=0) |
| int | DeleteSoftSound (int SoftSoundHandle) |
| int | SaveSoftSound (int SoftSoundHandle, const TCHAR *FileName) |
| int | SaveSoftSoundWithStrLen (int SoftSoundHandle, const TCHAR *FileName, size_t FileNameLength) |
| LONGLONG | GetSoftSoundSampleNum (int SoftSoundHandle) |
| int | GetSoftSoundFormat (int SoftSoundHandle, int *Channels, int *BitsPerSample, int *SamplesPerSec, int *IsFloatType=NULL) |
| int | ReadSoftSoundData (int SoftSoundHandle, LONGLONG SamplePosition, int *Channel1, int *Channel2) |
| int | ReadSoftSoundDataF (int SoftSoundHandle, LONGLONG SamplePosition, float *Channel1, float *Channel2) |
| int | WriteSoftSoundData (int SoftSoundHandle, LONGLONG SamplePosition, int Channel1, int Channel2) |
| int | WriteSoftSoundDataF (int SoftSoundHandle, LONGLONG SamplePosition, float Channel1, float Channel2) |
| int | WriteTimeStretchSoftSoundData (int SrcSoftSoundHandle, int DestSoftSoundHandle) |
| int | WritePitchShiftSoftSoundData (int SrcSoftSoundHandle, int DestSoftSoundHandle) |
| void * | GetSoftSoundDataImage (int SoftSoundHandle) |
| int | GetFFTVibrationSoftSound (int SoftSoundHandle, int Channel, LONGLONG SamplePosition, int SampleNum, float *Buffer_Array, int BufferLength) |
| int | GetFFTVibrationSoftSoundBase (int SoftSoundHandle, int Channel, LONGLONG SamplePosition, int SampleNum, float *RealBuffer_Array, float *ImagBuffer_Array, int BufferLength) |
| int | InitSoftSoundPlayer (void) |
| int | MakeSoftSoundPlayer (int UseFormat_SoftSoundHandle) |
| int | MakeSoftSoundPlayer2Ch16Bit44KHz (void) |
| int | MakeSoftSoundPlayer2Ch16Bit22KHz (void) |
| int | MakeSoftSoundPlayer2Ch8Bit44KHz (void) |
| int | MakeSoftSoundPlayer2Ch8Bit22KHz (void) |
| int | MakeSoftSoundPlayer1Ch16Bit44KHz (void) |
| int | MakeSoftSoundPlayer1Ch16Bit22KHz (void) |
| int | MakeSoftSoundPlayer1Ch8Bit44KHz (void) |
| int | MakeSoftSoundPlayer1Ch8Bit22KHz (void) |
| int | MakeSoftSoundPlayerCustom (int ChannelNum, int BitsPerSample, int SamplesPerSec) |
| int | DeleteSoftSoundPlayer (int SSoundPlayerHandle) |
| int | AddDataSoftSoundPlayer (int SSoundPlayerHandle, int SoftSoundHandle, LONGLONG AddSamplePosition, int AddSampleNum) |
| int | AddDirectDataSoftSoundPlayer (int SSoundPlayerHandle, const void *SoundData, int AddSampleNum) |
| int | AddOneDataSoftSoundPlayer (int SSoundPlayerHandle, int Channel1, int Channel2) |
| int | GetSoftSoundPlayerFormat (int SSoundPlayerHandle, int *Channels, int *BitsPerSample, int *SamplesPerSec) |
| int | StartSoftSoundPlayer (int SSoundPlayerHandle) |
| int | CheckStartSoftSoundPlayer (int SSoundPlayerHandle) |
| int | StopSoftSoundPlayer (int SSoundPlayerHandle) |
| int | ResetSoftSoundPlayer (int SSoundPlayerHandle) |
| int | GetStockDataLengthSoftSoundPlayer (int SSoundPlayerHandle) |
| int | CheckSoftSoundPlayerNoneData (int SSoundPlayerHandle) |
| int | DeleteMusicMem (int MusicHandle) |
| int | LoadMusicMem (const TCHAR *FileName) |
| int | LoadMusicMemWithStrLen (const TCHAR *FileName, size_t FileNameLength) |
| int | LoadMusicMemByMemImage (const void *FileImage, size_t FileImageSize) |
| int | PlayMusicMem (int MusicHandle, int PlayType) |
| int | StopMusicMem (int MusicHandle) |
| int | CheckMusicMem (int MusicHandle) |
| int | SetVolumeMusicMem (int Volume, int MusicHandle) |
| int | GetMusicMemPosition (int MusicHandle) |
| int | InitMusicMem (void) |
| int | ProcessMusicMem (void) |
| int | PlayMusic (const TCHAR *FileName, int PlayType) |
| int | PlayMusicWithStrLen (const TCHAR *FileName, size_t FileNameLength, int PlayType) |
| int | PlayMusicByMemImage (const void *FileImage, size_t FileImageSize, int PlayType) |
| int | SetVolumeMusic (int Volume) |
| int | StopMusic (void) |
| int | CheckMusic (void) |
| int | GetMusicPosition (void) |
| int | SelectMidiMode (int Mode) |
| int | SetUseDXArchiveFlag (int Flag) |
| int | SetDXArchivePriority (int Priority=0) |
| int | SetDXArchiveExtension (const TCHAR *Extension=NULL) |
| int | SetDXArchiveExtensionWithStrLen (const TCHAR *Extension=NULL, size_t ExtensionLength=0) |
| int | SetDXArchiveKeyString (const TCHAR *KeyString=NULL) |
| int | SetDXArchiveKeyStringWithStrLen (const TCHAR *KeyString=NULL, size_t KeyStringLength=0) |
| int | DXArchivePreLoad (const TCHAR *FilePath, int ASync=FALSE) |
| int | DXArchivePreLoadWithStrLen (const TCHAR *FilePath, size_t FilePathLength, int ASync=FALSE) |
| int | DXArchiveCheckIdle (const TCHAR *FilePath) |
| int | DXArchiveCheckIdleWithStrLen (const TCHAR *FilePath, size_t FilePathLength) |
| int | DXArchiveRelease (const TCHAR *FilePath) |
| int | DXArchiveReleaseWithStrLen (const TCHAR *FilePath, size_t FilePathLength) |
| int | DXArchiveCheckFile (const TCHAR *FilePath, const TCHAR *TargetFilePath) |
| int | DXArchiveCheckFileWithStrLen (const TCHAR *FilePath, size_t FilePathLength, const TCHAR *TargetFilePath, size_t TargetFilePathLength) |
| int | DXArchiveSetMemImage (void *ArchiveImage, int ArchiveImageSize, const TCHAR *EmulateFilePath, int ArchiveImageCopyFlag=FALSE, int ArchiveImageReadOnly=TRUE) |
| int | DXArchiveSetMemImageWithStrLen (void *ArchiveImage, int ArchiveImageSize, const TCHAR *EmulateFilePath, size_t EmulateFilePathLength, int ArchiveImageCopyFlag=FALSE, int ArchiveImageReadOnly=TRUE) |
| int | DXArchiveReleaseMemImage (void *ArchiveImage) |
| DWORD | HashCRC32 (const void *SrcData, size_t SrcDataSize) |
| int | MV1LoadModel (const TCHAR *FileName) |
| int | MV1LoadModelWithStrLen (const TCHAR *FileName, size_t FileNameLength) |
| int | MV1LoadModelFromMem (const void *FileImage, int FileSize, int(*FileReadFunc)(const TCHAR *FilePath, void **FileImageAddr, int *FileSize, void *FileReadFuncData), int(*FileReleaseFunc)(void *MemoryAddr, void *FileReadFuncData), void *FileReadFuncData=NULL) |
| int | MV1DuplicateModel (int SrcMHandle) |
| int | MV1CreateCloneModel (int SrcMHandle) |
| int | MV1DeleteModel (int MHandle) |
| int | MV1InitModel (void) |
| int | MV1SetLoadModelReMakeNormal (int Flag) |
| int | MV1SetLoadModelReMakeNormalSmoothingAngle (float SmoothingAngle=1.562069f) |
| int | MV1SetLoadModelIgnoreScaling (int Flag) |
| int | MV1SetLoadModelPositionOptimize (int Flag) |
| int | MV1SetLoadModelNotEqNormalSide_AddZeroAreaPolygon (int Flag) |
| int | MV1SetLoadModelUsePhysicsMode (int PhysicsMode) |
| int | MV1SetLoadModelPhysicsWorldGravity (float Gravity) |
| float | MV1GetLoadModelPhysicsWorldGravity (void) |
| int | MV1SetLoadCalcPhysicsWorldGravity (int GravityNo, VECTOR Gravity) |
| VECTOR | MV1GetLoadCalcPhysicsWorldGravity (int GravityNo) |
| int | MV1SetLoadModelPhysicsCalcPrecision (int Precision) |
| int | MV1SetLoadModel_PMD_PMX_AnimationFPSMode (int FPSMode) |
| int | MV1AddLoadModelDisablePhysicsNameWord (const TCHAR *NameWord) |
| int | MV1AddLoadModelDisablePhysicsNameWordWithStrLen (const TCHAR *NameWord, size_t NameWordLength) |
| int | MV1ResetLoadModelDisablePhysicsNameWord (void) |
| int | MV1SetLoadModelDisablePhysicsNameWordMode (int DisableNameWordMode) |
| int | MV1SetLoadModelAnimFilePath (const TCHAR *FileName) |
| int | MV1SetLoadModelAnimFilePathWithStrLen (const TCHAR *FileName, size_t FileNameLength) |
| int | MV1SetLoadModelUsePackDraw (int Flag) |
| int | MV1SetLoadModelTriangleListUseMaxBoneNum (int UseMaxBoneNum) |
| int | MV1SaveModelToMV1File (int MHandle, const TCHAR *FileName, int SaveType=MV1_SAVETYPE_NORMAL, int AnimMHandle=-1, int AnimNameCheck=TRUE, int Normal8BitFlag=1, int Position16BitFlag=1, int Weight8BitFlag=0, int Anim16BitFlag=1) |
| int | MV1SaveModelToMV1FileWithStrLen (int MHandle, const TCHAR *FileName, size_t FileNameLength, int SaveType=MV1_SAVETYPE_NORMAL, int AnimMHandle=-1, int AnimNameCheck=TRUE, int Normal8BitFlag=1, int Position16BitFlag=1, int Weight8BitFlag=0, int Anim16BitFlag=1) |
| int | MV1SaveModelToXFile (int MHandle, const TCHAR *FileName, int SaveType=MV1_SAVETYPE_NORMAL, int AnimMHandle=-1, int AnimNameCheck=TRUE) |
| int | MV1SaveModelToXFileWithStrLen (int MHandle, const TCHAR *FileName, size_t FileNameLength, int SaveType=MV1_SAVETYPE_NORMAL, int AnimMHandle=-1, int AnimNameCheck=TRUE) |
| int | MV1DrawModel (int MHandle) |
| int | MV1DrawFrame (int MHandle, int FrameIndex) |
| int | MV1DrawMesh (int MHandle, int MeshIndex) |
| int | MV1DrawTriangleList (int MHandle, int TriangleListIndex) |
| int | MV1DrawModelDebug (int MHandle, unsigned int Color, int IsNormalLine, float NormalLineLength, int IsPolyLine, int IsCollisionBox) |
| int | MV1SetUseOrigShader (int UseFlag) |
| int | MV1SetSemiTransDrawMode (int DrawMode) |
| MATRIX | MV1GetLocalWorldMatrix (int MHandle) |
| MATRIX_D | MV1GetLocalWorldMatrixD (int MHandle) |
| int | MV1SetPosition (int MHandle, VECTOR Position) |
| int | MV1SetPositionD (int MHandle, VECTOR_D Position) |
| VECTOR | MV1GetPosition (int MHandle) |
| VECTOR_D | MV1GetPositionD (int MHandle) |
| int | MV1SetScale (int MHandle, VECTOR Scale) |
| VECTOR | MV1GetScale (int MHandle) |
| int | MV1SetRotationXYZ (int MHandle, VECTOR Rotate) |
| VECTOR | MV1GetRotationXYZ (int MHandle) |
| int | MV1SetRotationZYAxis (int MHandle, VECTOR ZAxisDirection, VECTOR YAxisDirection, float ZAxisTwistRotate) |
| int | MV1SetRotationYUseDir (int MHandle, VECTOR Direction, float OffsetYAngle) |
| int | MV1SetRotationMatrix (int MHandle, MATRIX Matrix) |
| MATRIX | MV1GetRotationMatrix (int MHandle) |
| int | MV1SetMatrix (int MHandle, MATRIX Matrix) |
| int | MV1SetMatrixD (int MHandle, MATRIX_D Matrix) |
| MATRIX | MV1GetMatrix (int MHandle) |
| MATRIX_D | MV1GetMatrixD (int MHandle) |
| int | MV1SetVisible (int MHandle, int VisibleFlag) |
| int | MV1GetVisible (int MHandle) |
| int | MV1SetMeshCategoryVisible (int MHandle, int MeshCategory, int VisibleFlag) |
| int | MV1GetMeshCategoryVisible (int MHandle, int MeshCategory) |
| int | MV1SetDifColorScale (int MHandle, COLOR_F Scale) |
| COLOR_F | MV1GetDifColorScale (int MHandle) |
| int | MV1SetSpcColorScale (int MHandle, COLOR_F Scale) |
| COLOR_F | MV1GetSpcColorScale (int MHandle) |
| int | MV1SetEmiColorScale (int MHandle, COLOR_F Scale) |
| COLOR_F | MV1GetEmiColorScale (int MHandle) |
| int | MV1SetAmbColorScale (int MHandle, COLOR_F Scale) |
| COLOR_F | MV1GetAmbColorScale (int MHandle) |
| int | MV1GetSemiTransState (int MHandle) |
| int | MV1SetOpacityRate (int MHandle, float Rate) |
| float | MV1GetOpacityRate (int MHandle) |
| int | MV1SetUseDrawMulAlphaColor (int MHandle, int Flag) |
| int | MV1GetUseDrawMulAlphaColor (int MHandle) |
| int | MV1SetUseZBuffer (int MHandle, int Flag) |
| int | MV1SetWriteZBuffer (int MHandle, int Flag) |
| int | MV1SetZBufferCmpType (int MHandle, int CmpType) |
| int | MV1SetZBias (int MHandle, int Bias) |
| int | MV1SetUseVertDifColor (int MHandle, int UseFlag) |
| int | MV1SetUseVertSpcColor (int MHandle, int UseFlag) |
| int | MV1SetSampleFilterMode (int MHandle, int FilterMode) |
| int | MV1SetMaxAnisotropy (int MHandle, int MaxAnisotropy) |
| int | MV1SetWireFrameDrawFlag (int MHandle, int Flag) |
| int | MV1RefreshVertColorFromMaterial (int MHandle) |
| int | MV1SetPhysicsWorldGravity (int MHandle, VECTOR Gravity) |
| int | MV1PhysicsCalculation (int MHandle, float MillisecondTime) |
| int | MV1PhysicsResetState (int MHandle) |
| int | MV1SetUseShapeFlag (int MHandle, int UseFlag) |
| int | MV1GetMaterialNumberOrderFlag (int MHandle) |
| int | MV1AttachAnim (int MHandle, int AnimIndex, int AnimSrcMHandle=-1, int NameCheck=TRUE) |
| int | MV1DetachAnim (int MHandle, int AttachIndex) |
| int | MV1SetAttachAnimTime (int MHandle, int AttachIndex, float Time) |
| float | MV1GetAttachAnimTime (int MHandle, int AttachIndex) |
| float | MV1GetAttachAnimTotalTime (int MHandle, int AttachIndex) |
| int | MV1SetAttachAnimBlendRate (int MHandle, int AttachIndex, float Rate=1.0f) |
| float | MV1GetAttachAnimBlendRate (int MHandle, int AttachIndex) |
| int | MV1SetAttachAnimBlendRateToFrame (int MHandle, int AttachIndex, int FrameIndex, float Rate, int SetChild=TRUE) |
| float | MV1GetAttachAnimBlendRateToFrame (int MHandle, int AttachIndex, int FrameIndex) |
| int | MV1GetAttachAnim (int MHandle, int AttachIndex) |
| int | MV1SetAttachAnimUseShapeFlag (int MHandle, int AttachIndex, int UseFlag) |
| int | MV1GetAttachAnimUseShapeFlag (int MHandle, int AttachIndex) |
| VECTOR | MV1GetAttachAnimFrameLocalPosition (int MHandle, int AttachIndex, int FrameIndex) |
| MATRIX | MV1GetAttachAnimFrameLocalMatrix (int MHandle, int AttachIndex, int FrameIndex) |
| int | MV1GetAnimNum (int MHandle) |
| const TCHAR * | MV1GetAnimName (int MHandle, int AnimIndex) |
| int | MV1SetAnimName (int MHandle, int AnimIndex, const TCHAR *AnimName) |
| int | MV1SetAnimNameWithStrLen (int MHandle, int AnimIndex, const TCHAR *AnimName, size_t AnimNameLength) |
| int | MV1GetAnimIndex (int MHandle, const TCHAR *AnimName) |
| int | MV1GetAnimIndexWithStrLen (int MHandle, const TCHAR *AnimName, size_t AnimNameLength) |
| float | MV1GetAnimTotalTime (int MHandle, int AnimIndex) |
| int | MV1GetAnimTargetFrameNum (int MHandle, int AnimIndex) |
| const TCHAR * | MV1GetAnimTargetFrameName (int MHandle, int AnimIndex, int AnimFrameIndex) |
| int | MV1GetAnimTargetFrame (int MHandle, int AnimIndex, int AnimFrameIndex) |
| int | MV1GetAnimTargetFrameKeySetNum (int MHandle, int AnimIndex, int AnimFrameIndex) |
| int | MV1GetAnimTargetFrameKeySet (int MHandle, int AnimIndex, int AnimFrameIndex, int Index) |
| int | MV1GetAnimKeySetNum (int MHandle) |
| int | MV1GetAnimKeySetType (int MHandle, int AnimKeySetIndex) |
| int | MV1GetAnimKeySetDataType (int MHandle, int AnimKeySetIndex) |
| int | MV1GetAnimKeySetTimeType (int MHandle, int AnimKeySetIndex) |
| int | MV1GetAnimKeySetDataNum (int MHandle, int AnimKeySetIndex) |
| float | MV1GetAnimKeyDataTime (int MHandle, int AnimKeySetIndex, int Index) |
| int | MV1GetAnimKeyDataIndexFromTime (int MHandle, int AnimKeySetIndex, float Time) |
| FLOAT4 | MV1GetAnimKeyDataToQuaternion (int MHandle, int AnimKeySetIndex, int Index) |
| FLOAT4 | MV1GetAnimKeyDataToQuaternionFromTime (int MHandle, int AnimKeySetIndex, float Time) |
| VECTOR | MV1GetAnimKeyDataToVector (int MHandle, int AnimKeySetIndex, int Index) |
| VECTOR | MV1GetAnimKeyDataToVectorFromTime (int MHandle, int AnimKeySetIndex, float Time) |
| MATRIX | MV1GetAnimKeyDataToMatrix (int MHandle, int AnimKeySetIndex, int Index) |
| MATRIX | MV1GetAnimKeyDataToMatrixFromTime (int MHandle, int AnimKeySetIndex, float Time) |
| float | MV1GetAnimKeyDataToFlat (int MHandle, int AnimKeySetIndex, int Index) |
| float | MV1GetAnimKeyDataToFlatFromTime (int MHandle, int AnimKeySetIndex, float Time) |
| float | MV1GetAnimKeyDataToLinear (int MHandle, int AnimKeySetIndex, int Index) |
| float | MV1GetAnimKeyDataToLinearFromTime (int MHandle, int AnimKeySetIndex, float Time) |
| int | MV1GetMaterialNum (int MHandle) |
| const TCHAR * | MV1GetMaterialName (int MHandle, int MaterialIndex) |
| int | MV1SetMaterialTypeAll (int MHandle, int Type) |
| int | MV1SetMaterialType (int MHandle, int MaterialIndex, int Type) |
| int | MV1GetMaterialType (int MHandle, int MaterialIndex) |
| int | MV1SetMaterialTypeParamAll (int MHandle,...) |
| int | MV1SetMaterialTypeParam (int MHandle, int MaterialIndex,...) |
| int | MV1SetMaterialDifColor (int MHandle, int MaterialIndex, COLOR_F Color) |
| COLOR_F | MV1GetMaterialDifColor (int MHandle, int MaterialIndex) |
| int | MV1SetMaterialSpcColor (int MHandle, int MaterialIndex, COLOR_F Color) |
| COLOR_F | MV1GetMaterialSpcColor (int MHandle, int MaterialIndex) |
| int | MV1SetMaterialEmiColor (int MHandle, int MaterialIndex, COLOR_F Color) |
| COLOR_F | MV1GetMaterialEmiColor (int MHandle, int MaterialIndex) |
| int | MV1SetMaterialAmbColor (int MHandle, int MaterialIndex, COLOR_F Color) |
| COLOR_F | MV1GetMaterialAmbColor (int MHandle, int MaterialIndex) |
| int | MV1SetMaterialSpcPower (int MHandle, int MaterialIndex, float Power) |
| float | MV1GetMaterialSpcPower (int MHandle, int MaterialIndex) |
| int | MV1SetMaterialDifMapTexture (int MHandle, int MaterialIndex, int TexIndex) |
| int | MV1GetMaterialDifMapTexture (int MHandle, int MaterialIndex) |
| int | MV1SetMaterialSubDifMapTexture (int MHandle, int MaterialIndex, int TexIndex) |
| int | MV1GetMaterialSubDifMapTexture (int MHandle, int MaterialIndex) |
| int | MV1SetMaterialSpcMapTexture (int MHandle, int MaterialIndex, int TexIndex) |
| int | MV1GetMaterialSpcMapTexture (int MHandle, int MaterialIndex) |
| int | MV1GetMaterialNormalMapTexture (int MHandle, int MaterialIndex) |
| int | MV1SetMaterialDifGradTexture (int MHandle, int MaterialIndex, int TexIndex) |
| int | MV1GetMaterialDifGradTexture (int MHandle, int MaterialIndex) |
| int | MV1SetMaterialSpcGradTexture (int MHandle, int MaterialIndex, int TexIndex) |
| int | MV1GetMaterialSpcGradTexture (int MHandle, int MaterialIndex) |
| int | MV1SetMaterialSphereMapTexture (int MHandle, int MaterialIndex, int TexIndex) |
| int | MV1GetMaterialSphereMapTexture (int MHandle, int MaterialIndex) |
| int | MV1SetMaterialDifGradBlendTypeAll (int MHandle, int BlendType) |
| int | MV1SetMaterialDifGradBlendType (int MHandle, int MaterialIndex, int BlendType) |
| int | MV1GetMaterialDifGradBlendType (int MHandle, int MaterialIndex) |
| int | MV1SetMaterialSpcGradBlendTypeAll (int MHandle, int BlendType) |
| int | MV1SetMaterialSpcGradBlendType (int MHandle, int MaterialIndex, int BlendType) |
| int | MV1GetMaterialSpcGradBlendType (int MHandle, int MaterialIndex) |
| int | MV1SetMaterialSphereMapBlendTypeAll (int MHandle, int BlendType) |
| int | MV1SetMaterialSphereMapBlendType (int MHandle, int MaterialIndex, int BlendType) |
| int | MV1GetMaterialSphereMapBlendType (int MHandle, int MaterialIndex) |
| int | MV1SetMaterialOutLineWidthAll (int MHandle, float Width) |
| int | MV1SetMaterialOutLineWidth (int MHandle, int MaterialIndex, float Width) |
| float | MV1GetMaterialOutLineWidth (int MHandle, int MaterialIndex) |
| int | MV1SetMaterialOutLineDotWidthAll (int MHandle, float Width) |
| int | MV1SetMaterialOutLineDotWidth (int MHandle, int MaterialIndex, float Width) |
| float | MV1GetMaterialOutLineDotWidth (int MHandle, int MaterialIndex) |
| int | MV1SetMaterialOutLineColorAll (int MHandle, COLOR_F Color) |
| int | MV1SetMaterialOutLineColor (int MHandle, int MaterialIndex, COLOR_F Color) |
| COLOR_F | MV1GetMaterialOutLineColor (int MHandle, int MaterialIndex) |
| int | MV1SetMaterialDrawBlendModeAll (int MHandle, int BlendMode) |
| int | MV1SetMaterialDrawBlendMode (int MHandle, int MaterialIndex, int BlendMode) |
| int | MV1GetMaterialDrawBlendMode (int MHandle, int MaterialIndex) |
| int | MV1SetMaterialDrawBlendParamAll (int MHandle, int BlendParam) |
| int | MV1SetMaterialDrawBlendParam (int MHandle, int MaterialIndex, int BlendParam) |
| int | MV1GetMaterialDrawBlendParam (int MHandle, int MaterialIndex) |
| int | MV1SetMaterialDrawAlphaTestAll (int MHandle, int Enable, int Mode, int Param) |
| int | MV1SetMaterialDrawAlphaTest (int MHandle, int MaterialIndex, int Enable, int Mode, int Param) |
| int | MV1GetMaterialDrawAlphaTestEnable (int MHandle, int MaterialIndex) |
| int | MV1GetMaterialDrawAlphaTestMode (int MHandle, int MaterialIndex) |
| int | MV1GetMaterialDrawAlphaTestParam (int MHandle, int MaterialIndex) |
| int | MV1GetTextureNum (int MHandle) |
| const TCHAR * | MV1GetTextureName (int MHandle, int TexIndex) |
| int | MV1SetTextureColorFilePath (int MHandle, int TexIndex, const TCHAR *FilePath) |
| int | MV1SetTextureColorFilePathWithStrLen (int MHandle, int TexIndex, const TCHAR *FilePath, size_t FilePathLength) |
| const TCHAR * | MV1GetTextureColorFilePath (int MHandle, int TexIndex) |
| int | MV1SetTextureAlphaFilePath (int MHandle, int TexIndex, const TCHAR *FilePath) |
| int | MV1SetTextureAlphaFilePathWithStrLen (int MHandle, int TexIndex, const TCHAR *FilePath, size_t FilePathLength) |
| const TCHAR * | MV1GetTextureAlphaFilePath (int MHandle, int TexIndex) |
| int | MV1SetTextureGraphHandle (int MHandle, int TexIndex, int GrHandle, int SemiTransFlag) |
| int | MV1GetTextureGraphHandle (int MHandle, int TexIndex) |
| int | MV1SetTextureAddressMode (int MHandle, int TexIndex, int AddrUMode, int AddrVMode) |
| int | MV1GetTextureAddressModeU (int MHandle, int TexIndex) |
| int | MV1GetTextureAddressModeV (int MHandle, int TexIndex) |
| int | MV1GetTextureWidth (int MHandle, int TexIndex) |
| int | MV1GetTextureHeight (int MHandle, int TexIndex) |
| int | MV1GetTextureSemiTransState (int MHandle, int TexIndex) |
| int | MV1SetTextureBumpImageFlag (int MHandle, int TexIndex, int Flag) |
| int | MV1GetTextureBumpImageFlag (int MHandle, int TexIndex) |
| int | MV1SetTextureBumpImageNextPixelLength (int MHandle, int TexIndex, float Length) |
| float | MV1GetTextureBumpImageNextPixelLength (int MHandle, int TexIndex) |
| int | MV1SetTextureSampleFilterMode (int MHandle, int TexIndex, int FilterMode) |
| int | MV1GetTextureSampleFilterMode (int MHandle, int TexIndex) |
| int | MV1LoadTexture (const TCHAR *FilePath) |
| int | MV1LoadTextureWithStrLen (const TCHAR *FilePath, size_t FilePathLength) |
| int | MV1GetFrameNum (int MHandle) |
| int | MV1SearchFrame (int MHandle, const TCHAR *FrameName) |
| int | MV1SearchFrameWithStrLen (int MHandle, const TCHAR *FrameName, size_t FrameNameLength) |
| int | MV1SearchFrameChild (int MHandle, int FrameIndex=-1, const TCHAR *ChildName=NULL) |
| int | MV1SearchFrameChildWithStrLen (int MHandle, int FrameIndex=-1, const TCHAR *ChildName=NULL, size_t ChildNameLength=0) |
| const TCHAR * | MV1GetFrameName (int MHandle, int FrameIndex) |
| int | MV1GetFrameName2 (int MHandle, int FrameIndex, TCHAR *StrBuffer) |
| int | MV1GetFrameParent (int MHandle, int FrameIndex) |
| int | MV1GetFrameChildNum (int MHandle, int FrameIndex=-1) |
| int | MV1GetFrameChild (int MHandle, int FrameIndex=-1, int ChildIndex=0) |
| VECTOR | MV1GetFramePosition (int MHandle, int FrameIndex) |
| VECTOR_D | MV1GetFramePositionD (int MHandle, int FrameIndex) |
| MATRIX | MV1GetFrameBaseLocalMatrix (int MHandle, int FrameIndex) |
| MATRIX_D | MV1GetFrameBaseLocalMatrixD (int MHandle, int FrameIndex) |
| MATRIX | MV1GetFrameLocalMatrix (int MHandle, int FrameIndex) |
| MATRIX_D | MV1GetFrameLocalMatrixD (int MHandle, int FrameIndex) |
| MATRIX | MV1GetFrameLocalWorldMatrix (int MHandle, int FrameIndex) |
| MATRIX_D | MV1GetFrameLocalWorldMatrixD (int MHandle, int FrameIndex) |
| int | MV1SetFrameUserLocalMatrix (int MHandle, int FrameIndex, MATRIX Matrix) |
| int | MV1SetFrameUserLocalMatrixD (int MHandle, int FrameIndex, MATRIX_D Matrix) |
| int | MV1ResetFrameUserLocalMatrix (int MHandle, int FrameIndex) |
| int | MV1SetFrameUserLocalWorldMatrix (int MHandle, int FrameIndex, MATRIX Matrix) |
| int | MV1SetFrameUserLocalWorldMatrixD (int MHandle, int FrameIndex, MATRIX_D Matrix) |
| int | MV1ResetFrameUserLocalWorldMatrix (int MHandle, int FrameIndex) |
| VECTOR | MV1GetFrameMaxVertexLocalPosition (int MHandle, int FrameIndex) |
| VECTOR_D | MV1GetFrameMaxVertexLocalPositionD (int MHandle, int FrameIndex) |
| VECTOR | MV1GetFrameMinVertexLocalPosition (int MHandle, int FrameIndex) |
| VECTOR_D | MV1GetFrameMinVertexLocalPositionD (int MHandle, int FrameIndex) |
| VECTOR | MV1GetFrameAvgVertexLocalPosition (int MHandle, int FrameIndex) |
| VECTOR_D | MV1GetFrameAvgVertexLocalPositionD (int MHandle, int FrameIndex) |
| int | MV1GetFrameVertexNum (int MHandle, int FrameIndex) |
| int | MV1GetFrameTriangleNum (int MHandle, int FrameIndex) |
| int | MV1GetFrameMeshNum (int MHandle, int FrameIndex) |
| int | MV1GetFrameMesh (int MHandle, int FrameIndex, int Index) |
| int | MV1SetFrameVisible (int MHandle, int FrameIndex, int VisibleFlag) |
| int | MV1GetFrameVisible (int MHandle, int FrameIndex) |
| int | MV1SetFrameDifColorScale (int MHandle, int FrameIndex, COLOR_F Scale) |
| int | MV1SetFrameSpcColorScale (int MHandle, int FrameIndex, COLOR_F Scale) |
| int | MV1SetFrameEmiColorScale (int MHandle, int FrameIndex, COLOR_F Scale) |
| int | MV1SetFrameAmbColorScale (int MHandle, int FrameIndex, COLOR_F Scale) |
| COLOR_F | MV1GetFrameDifColorScale (int MHandle, int FrameIndex) |
| COLOR_F | MV1GetFrameSpcColorScale (int MHandle, int FrameIndex) |
| COLOR_F | MV1GetFrameEmiColorScale (int MHandle, int FrameIndex) |
| COLOR_F | MV1GetFrameAmbColorScale (int MHandle, int FrameIndex) |
| int | MV1GetFrameSemiTransState (int MHandle, int FrameIndex) |
| int | MV1SetFrameOpacityRate (int MHandle, int FrameIndex, float Rate) |
| float | MV1GetFrameOpacityRate (int MHandle, int FrameIndex) |
| int | MV1SetFrameBaseVisible (int MHandle, int FrameIndex, int VisibleFlag) |
| int | MV1GetFrameBaseVisible (int MHandle, int FrameIndex) |
| int | MV1SetFrameTextureAddressTransform (int MHandle, int FrameIndex, float TransU, float TransV, float ScaleU, float ScaleV, float RotCenterU, float RotCenterV, float Rotate) |
| int | MV1SetFrameTextureAddressTransformMatrix (int MHandle, int FrameIndex, MATRIX Matrix) |
| int | MV1ResetFrameTextureAddressTransform (int MHandle, int FrameIndex) |
| int | MV1GetMeshNum (int MHandle) |
| int | MV1GetMeshMaterial (int MHandle, int MeshIndex) |
| int | MV1GetMeshVertexNum (int MHandle, int MeshIndex) |
| int | MV1GetMeshTriangleNum (int MHandle, int MeshIndex) |
| int | MV1SetMeshVisible (int MHandle, int MeshIndex, int VisibleFlag) |
| int | MV1GetMeshVisible (int MHandle, int MeshIndex) |
| int | MV1SetMeshDifColorScale (int MHandle, int MeshIndex, COLOR_F Scale) |
| int | MV1SetMeshSpcColorScale (int MHandle, int MeshIndex, COLOR_F Scale) |
| int | MV1SetMeshEmiColorScale (int MHandle, int MeshIndex, COLOR_F Scale) |
| int | MV1SetMeshAmbColorScale (int MHandle, int MeshIndex, COLOR_F Scale) |
| COLOR_F | MV1GetMeshDifColorScale (int MHandle, int MeshIndex) |
| COLOR_F | MV1GetMeshSpcColorScale (int MHandle, int MeshIndex) |
| COLOR_F | MV1GetMeshEmiColorScale (int MHandle, int MeshIndex) |
| COLOR_F | MV1GetMeshAmbColorScale (int MHandle, int MeshIndex) |
| int | MV1SetMeshOpacityRate (int MHandle, int MeshIndex, float Rate) |
| float | MV1GetMeshOpacityRate (int MHandle, int MeshIndex) |
| int | MV1SetMeshDrawBlendMode (int MHandle, int MeshIndex, int BlendMode) |
| int | MV1SetMeshDrawBlendParam (int MHandle, int MeshIndex, int BlendParam) |
| int | MV1GetMeshDrawBlendMode (int MHandle, int MeshIndex) |
| int | MV1GetMeshDrawBlendParam (int MHandle, int MeshIndex) |
| int | MV1SetMeshBaseVisible (int MHandle, int MeshIndex, int VisibleFlag) |
| int | MV1GetMeshBaseVisible (int MHandle, int MeshIndex) |
| int | MV1SetMeshBackCulling (int MHandle, int MeshIndex, int CullingFlag) |
| int | MV1GetMeshBackCulling (int MHandle, int MeshIndex) |
| VECTOR | MV1GetMeshMaxPosition (int MHandle, int MeshIndex) |
| VECTOR | MV1GetMeshMinPosition (int MHandle, int MeshIndex) |
| int | MV1GetMeshTListNum (int MHandle, int MeshIndex) |
| int | MV1GetMeshTList (int MHandle, int MeshIndex, int Index) |
| int | MV1GetMeshSemiTransState (int MHandle, int MeshIndex) |
| int | MV1SetMeshUseVertDifColor (int MHandle, int MeshIndex, int UseFlag) |
| int | MV1SetMeshUseVertSpcColor (int MHandle, int MeshIndex, int UseFlag) |
| int | MV1GetMeshUseVertDifColor (int MHandle, int MeshIndex) |
| int | MV1GetMeshUseVertSpcColor (int MHandle, int MeshIndex) |
| int | MV1GetMeshShapeFlag (int MHandle, int MeshIndex) |
| int | MV1GetShapeNum (int MHandle) |
| int | MV1SearchShape (int MHandle, const TCHAR *ShapeName) |
| int | MV1SearchShapeWithStrLen (int MHandle, const TCHAR *ShapeName, size_t ShapeNameLength) |
| const TCHAR * | MV1GetShapeName (int MHandle, int ShapeIndex) |
| int | MV1GetShapeTargetMeshNum (int MHandle, int ShapeIndex) |
| int | MV1GetShapeTargetMesh (int MHandle, int ShapeIndex, int Index) |
| int | MV1SetShapeRate (int MHandle, int ShapeIndex, float Rate, int Type=DX_MV1_SHAPERATE_ADD) |
| float | MV1GetShapeRate (int MHandle, int ShapeIndex) |
| float | MV1GetShapeApplyRate (int MHandle, int ShapeIndex) |
| int | MV1GetTriangleListNum (int MHandle) |
| int | MV1GetTriangleListVertexType (int MHandle, int TListIndex) |
| int | MV1GetTriangleListPolygonNum (int MHandle, int TListIndex) |
| int | MV1GetTriangleListVertexNum (int MHandle, int TListIndex) |
| int | MV1GetTriangleListLocalWorldMatrixNum (int MHandle, int TListIndex) |
| MATRIX | MV1GetTriangleListLocalWorldMatrix (int MHandle, int TListIndex, int LWMatrixIndex) |
| int | MV1GetTriangleListPolygonVertexPosition (int MHandle, int TListIndex, int PolygonIndex, VECTOR *VertexPositionArray=NULL, float *MatrixWeightArray=NULL) |
| int | MV1GetTriangleListUseMaterial (int MHandle, int TListIndex) |
| int | MV1SetupCollInfo (int MHandle, int FrameIndex=-1, int XDivNum=32, int YDivNum=8, int ZDivNum=32, int MeshIndex=-1) |
| int | MV1TerminateCollInfo (int MHandle, int FrameIndex=-1, int MeshIndex=-1) |
| int | MV1RefreshCollInfo (int MHandle, int FrameIndex=-1, int MeshIndex=-1) |
| MV1_COLL_RESULT_POLY | MV1CollCheck_Line (int MHandle, int FrameIndex, VECTOR PosStart, VECTOR PosEnd, int MeshIndex=-1) |
| MV1_COLL_RESULT_POLY_DIM | MV1CollCheck_LineDim (int MHandle, int FrameIndex, VECTOR PosStart, VECTOR PosEnd, int MeshIndex=-1) |
| MV1_COLL_RESULT_POLY_DIM | MV1CollCheck_Sphere (int MHandle, int FrameIndex, VECTOR CenterPos, float r, int MeshIndex=-1) |
| MV1_COLL_RESULT_POLY_DIM | MV1CollCheck_Capsule (int MHandle, int FrameIndex, VECTOR Pos1, VECTOR Pos2, float r, int MeshIndex=-1) |
| MV1_COLL_RESULT_POLY_DIM | MV1CollCheck_Triangle (int MHandle, int FrameIndex, VECTOR Pos1, VECTOR Pos2, VECTOR Pos3, int MeshIndex=-1) |
| MV1_COLL_RESULT_POLY | MV1CollCheck_GetResultPoly (MV1_COLL_RESULT_POLY_DIM ResultPolyDim, int PolyNo) |
| int | MV1CollResultPolyDimTerminate (MV1_COLL_RESULT_POLY_DIM ResultPolyDim) |
| int | MV1SetupReferenceMesh (int MHandle, int FrameIndex, int IsTransform, int IsPositionOnly=FALSE, int MeshIndex=-1) |
| int | MV1TerminateReferenceMesh (int MHandle, int FrameIndex, int IsTransform, int IsPositionOnly=FALSE, int MeshIndex=-1) |
| int | MV1RefreshReferenceMesh (int MHandle, int FrameIndex, int IsTransform, int IsPositionOnly=FALSE, int MeshIndex=-1) |
| MV1_REF_POLYGONLIST | MV1GetReferenceMesh (int MHandle, int FrameIndex, int IsTransform, int IsPositionOnly=FALSE, int MeshIndex=-1) |
| int | Live2D_SetCubism4CoreDLLPath (const TCHAR *CoreDLLFilePath) |
| int | Live2D_SetCubism4CoreDLLPathWithStrLen (const TCHAR *CoreDLLFilePath, size_t CoreDLLFilePathLength) |
| int | Live2D_SetCubism3CoreDLLPath (const TCHAR *CoreDLLFilePath) |
| int | Live2D_SetCubism3CoreDLLPathWithStrLen (const TCHAR *CoreDLLFilePath, size_t CoreDLLFilePathLength) |
| int | Live2D_RenderBegin (void) |
| int | Live2D_RenderEnd (void) |
| int | Live2D_LoadModel (const TCHAR *FilePath) |
| int | Live2D_LoadModelWithStrLen (const TCHAR *FilePath, size_t FilePathLength) |
| int | Live2D_DeleteModel (int Live2DModelHandle) |
| int | Live2D_InitModel (void) |
| int | Live2D_Model_Update (int Live2DModelHandle, float DeltaTimeSeconds) |
| int | Live2D_Model_SetTranslate (int Live2DModelHandle, float x, float y) |
| int | Live2D_Model_SetExtendRate (int Live2DModelHandle, float ExRateX, float ExRateY) |
| int | Live2D_Model_SetRotate (int Live2DModelHandle, float RotAngle) |
| int | Live2D_Model_Draw (int Live2DModelHandle) |
| int | Live2D_Model_StartMotion (int Live2DModelHandle, const TCHAR *group, int no) |
| int | Live2D_Model_StartMotionWithStrLen (int Live2DModelHandle, const TCHAR *group, size_t groupLength, int no) |
| int | Live2D_Model_IsMotionFinished (int Live2DModelHandle) |
| int | Live2D_Model_SetExpression (int Live2DModelHandle, const TCHAR *expressionID) |
| int | Live2D_Model_SetExpressionWithStrLen (int Live2DModelHandle, const TCHAR *expressionID, size_t expressionIDLength) |
| int | Live2D_Model_HitTest (int Live2DModelHandle, const TCHAR *hitAreaName, float x, float y) |
| int | Live2D_Model_HitTestWithStrLen (int Live2DModelHandle, const TCHAR *hitAreaName, size_t hitAreaNameLength, float x, float y) |
| int | Live2D_Model_GetParameterCount (int Live2DModelHandle) |
| const TCHAR * | Live2D_Model_GetParameterId (int Live2DModelHandle, int index) |
| float | Live2D_Model_GetParameterValue (int Live2DModelHandle, const TCHAR *parameterId) |
| float | Live2D_Model_GetParameterValueWithStrLen (int Live2DModelHandle, const TCHAR *parameterId, size_t parameterIdLength) |
| int | Live2D_Model_SetParameterValue (int Live2DModelHandle, const TCHAR *parameterId, float value) |
| int | Live2D_Model_SetParameterValueWithStrLen (int Live2DModelHandle, const TCHAR *parameterId, size_t parameterIdLength, float value) |
| int | Live2D_Model_GetHitAreasCount (int Live2DModelHandle) |
| const TCHAR * | Live2D_Model_GetHitAreaName (int Live2DModelHandle, int index) |
| const TCHAR * | Live2D_Model_GetPhysicsFileName (int Live2DModelHandle) |
| const TCHAR * | Live2D_Model_GetPoseFileName (int Live2DModelHandle) |
| int | Live2D_Model_GetExpressionCount (int Live2DModelHandle) |
| const TCHAR * | Live2D_Model_GetExpressionName (int Live2DModelHandle, int index) |
| const TCHAR * | Live2D_Model_GetExpressionFileName (int Live2DModelHandle, int index) |
| int | Live2D_Model_GetMotionGroupCount (int Live2DModelHandle) |
| const TCHAR * | Live2D_Model_GetMotionGroupName (int Live2DModelHandle, int index) |
| int | Live2D_Model_GetMotionCount (int Live2DModelHandle, const TCHAR *groupName) |
| int | Live2D_Model_GetMotionCountWithStrLen (int Live2DModelHandle, const TCHAR *groupName, size_t groupNameLength) |
| const TCHAR * | Live2D_Model_GetMotionFileName (int Live2DModelHandle, const TCHAR *groupName, int index) |
| const TCHAR * | Live2D_Model_GetMotionFileNameWithStrLen (int Live2DModelHandle, const TCHAR *groupName, size_t groupNameLength, int index) |
| const TCHAR * | Live2D_Model_GetMotionSoundFileName (int Live2DModelHandle, const TCHAR *groupName, int index) |
| const TCHAR * | Live2D_Model_GetMotionSoundFileNameWithStrLen (int Live2DModelHandle, const TCHAR *groupName, size_t groupNameLength, int index) |
| float | Live2D_Model_GetMotionFadeInTimeValue (int Live2DModelHandle, const TCHAR *groupName, int index) |
| float | Live2D_Model_GetMotionFadeInTimeValueWithStrLen (int Live2DModelHandle, const TCHAR *groupName, size_t groupNameLength, int index) |
| float | Live2D_Model_GetMotionFadeOutTimeValue (int Live2DModelHandle, const TCHAR *groupName, int index) |
| float | Live2D_Model_GetMotionFadeOutTimeValueWithStrLen (int Live2DModelHandle, const TCHAR *groupName, size_t groupNameLength, int index) |
| const TCHAR * | Live2D_Model_GetUserDataFile (int Live2DModelHandle) |
| int | Live2D_Model_GetEyeBlinkParameterCount (int Live2DModelHandle) |
| const TCHAR * | Live2D_Model_GetEyeBlinkParameterId (int Live2DModelHandle, int index) |
| int | Live2D_Model_GetLipSyncParameterCount (int Live2DModelHandle) |
| const TCHAR * | Live2D_Model_GetLipSyncParameterId (int Live2DModelHandle, int index) |
| typedef struct DxLib::tagBASEIMAGE DxLib::BASEIMAGE |
| typedef struct DxLib::tagCOLOR_F DxLib::COLOR_F |
| typedef struct DxLib::tagCOLOR_U8 DxLib::COLOR_U8 |
| typedef struct DxLib::tagCOLORDATA DxLib::COLORDATA |
| typedef struct DxLib::tagCOLORPALETTEDATA DxLib::COLORPALETTEDATA |
| typedef struct DxLib::tagCUBEDATA DxLib::CUBEDATA |
| typedef struct DxLib::tagDATEDATA DxLib::DATEDATA |
| typedef struct DxLib::tagDINPUT_JOYSTATE DxLib::DINPUT_JOYSTATE |
| typedef struct DxLib::tagDISPLAYMODEDATA DxLib::DISPLAYMODEDATA |
| typedef struct DxLib::tagVECTOR_D DxLib::DOUBLE3 |
| typedef struct DxLib::tagDOUBLE4 DxLib::DOUBLE4 |
| typedef struct DxLib::tagDRAWCHARINFO DxLib::DRAWCHARINFO |
| typedef struct DxLib::tagFILEINFO DxLib::FILEINFO |
| typedef struct DxLib::tagFILEINFOW DxLib::FILEINFOW |
| typedef struct DxLib::tagFLOAT2 DxLib::FLOAT2 |
| typedef struct DxLib::tagVECTOR DxLib::FLOAT3 |
| typedef struct DxLib::tagFLOAT4 DxLib::FLOAT4 |
| typedef struct DxLib::tagBASEIMAGE DxLib::GRAPHIMAGE |
| typedef struct DxLib::tagHITRESULT_LINE DxLib::HITRESULT_LINE |
| typedef struct DxLib::tagHITRESULT_LINE_D DxLib::HITRESULT_LINE_D |
| typedef struct DxLib::tagIMAGEFORMATDESC DxLib::IMAGEFORMATDESC |
| typedef struct DxLib::tagIMEINPUTCLAUSEDATA DxLib::IMEINPUTCLAUSEDATA |
| typedef struct DxLib::tagIMEINPUTDATA DxLib::IMEINPUTDATA |
| typedef struct DxLib::tagINT4 DxLib::INT4 |
| typedef struct DxLib::tagIPDATA DxLib::IPDATA |
| typedef struct DxLib::tagIPDATA_IPv6 DxLib::IPDATA_IPv6 |
| typedef struct DxLib::tagLIGHTPARAM DxLib::LIGHTPARAM |
| typedef struct DxLib::tagLINEDATA DxLib::LINEDATA |
| typedef struct DxLib::tagCOLOR_F * DxLib::LPCOLOR_F |
| typedef struct DxLib::tagCOLORDATA * DxLib::LPCOLORDATA |
| typedef struct DxLib::tagCUBEDATA * DxLib::LPCUBEDATA |
| typedef struct DxLib::tagDATEDATA * DxLib::LPDATEDATA |
| typedef struct DxLib::tagDISPLAYMODEDATA * DxLib::LPDISPLAYMODEDATA |
| typedef struct DxLib::tagVECTOR_D * DxLib::LPDOUBLE3 |
| typedef struct DxLib::tagDOUBLE4 * DxLib::LPDOUBLE4 |
| typedef struct DxLib::tagDRAWCHARINFO * DxLib::LPDRAWCHARINFO |
| typedef struct DxLib::tagFILEINFO * DxLib::LPFILEINFO |
| typedef struct DxLib::tagFILEINFOW * DxLib::LPFILEINFOW |
| typedef struct DxLib::tagVECTOR * DxLib::LPFLOAT3 |
| typedef struct DxLib::tagFLOAT4 * DxLib::LPFLOAT4 |
| typedef struct DxLib::tagBASEIMAGE * DxLib::LPGRAPHIMAGE |
| typedef struct DxLib::tagIMEINPUTCLAUSEDATA * DxLib::LPIMEINPUTCLAUSEDATA |
| typedef struct DxLib::tagIMEINPUTDATA * DxLib::LPIMEINPUTDATA |
| typedef struct DxLib::tagIPDATA * DxLib::LPIPDATA |
| typedef struct DxLib::tagLINEDATA * DxLib::LPLINEDATA |
| typedef struct DxLib::tagMATRIX * DxLib::LPMATRIX |
| typedef struct DxLib::tagMATRIX_D * DxLib::LPMATRIX_D |
| typedef struct DxLib::tagPOINTDATA * DxLib::LPPOINTDATA |
| typedef struct DxLib::tagSTREAMDATASHRED * DxLib::LPSTREAMDATASHRED |
| typedef struct DxLib::tagVECTOR * DxLib::LPVECTOR |
| typedef struct DxLib::tagVECTOR_D * DxLib::LPVECTOR_D |
| typedef struct DxLib::tagVERTEX2D * DxLib::LPVERTEX2D |
| typedef struct DxLib::tagVERTEX2DSHADER * DxLib::LPVERTEX2DSHADER |
| typedef struct DxLib::tagVERTEX3D * DxLib::LPVERTEX3D |
| typedef struct DxLib::tagVERTEX3DSHADER * DxLib::LPVERTEX3DSHADER |
| typedef struct DxLib::tagVERTEX_3D * DxLib::LPVERTEX_3D |
| typedef struct DxLib::tagMATERIALPARAM DxLib::MATERIALPARAM |
| typedef struct DxLib::tagMATRIX DxLib::MATRIX |
| typedef struct DxLib::tagMATRIX_D DxLib::MATRIX_D |
| typedef struct DxLib::tagMV1_COLL_RESULT_POLY DxLib::MV1_COLL_RESULT_POLY |
| typedef struct DxLib::tagMV1_REF_POLYGON DxLib::MV1_REF_POLYGON |
| typedef struct DxLib::tagMV1_REF_POLYGONLIST DxLib::MV1_REF_POLYGONLIST |
| typedef struct DxLib::tagMV1_REF_VERTEX DxLib::MV1_REF_VERTEX |
| typedef struct DxLib::tagPLANE_POINT_RESULT DxLib::PLANE_POINT_RESULT |
| typedef struct DxLib::tagPLANE_POINT_RESULT_D DxLib::PLANE_POINT_RESULT_D |
| typedef struct DxLib::tagPOINTDATA DxLib::POINTDATA |
| typedef struct DxLib::tagSEGMENT_POINT_RESULT DxLib::SEGMENT_POINT_RESULT |
| typedef struct DxLib::tagSEGMENT_POINT_RESULT_D DxLib::SEGMENT_POINT_RESULT_D |
| typedef struct DxLib::tagSEGMENT_SEGMENT_RESULT DxLib::SEGMENT_SEGMENT_RESULT |
| typedef struct DxLib::tagSEGMENT_TRIANGLE_RESULT DxLib::SEGMENT_TRIANGLE_RESULT |
| typedef struct DxLib::tagSOUND3D_REVERB_PARAM DxLib::SOUND3D_REVERB_PARAM |
| typedef struct DxLib::tagSTREAMDATA DxLib::STREAMDATA |
| typedef struct DxLib::tagSTREAMDATASHRED DxLib::STREAMDATASHRED |
| typedef struct DxLib::tagSTREAMDATASHREDTYPE2 DxLib::STREAMDATASHREDTYPE2 |
| typedef struct DxLib::tagSTREAMDATASHREDTYPE2W DxLib::STREAMDATASHREDTYPE2W |
| typedef struct DxLib::tagTOUCHINPUTDATA DxLib::TOUCHINPUTDATA |
| typedef struct DxLib::tagTOUCHINPUTPOINT DxLib::TOUCHINPUTPOINT |
| typedef struct DxLib::tagTRIANGLE_POINT_RESULT DxLib::TRIANGLE_POINT_RESULT |
| typedef struct DxLib::tagTRIANGLE_POINT_RESULT_D DxLib::TRIANGLE_POINT_RESULT_D |
| typedef struct DxLib::tagVECTOR DxLib::VECTOR |
| typedef struct DxLib::tagVECTOR_D DxLib::VECTOR_D |
| typedef struct DxLib::tagVERTEX DxLib::VERTEX |
| typedef struct DxLib::tagVERTEX2D DxLib::VERTEX2D |
| typedef struct DxLib::tagVERTEX2DSHADER DxLib::VERTEX2DSHADER |
| typedef struct DxLib::tagVERTEX3D DxLib::VERTEX3D |
| typedef struct DxLib::tagVERTEX3DSHADER DxLib::VERTEX3DSHADER |
| typedef struct DxLib::tagVERTEX_3D DxLib::VERTEX_3D |
| typedef struct DxLib::tagXINPUT_STATE DxLib::XINPUT_STATE |
| int DxLib::_GetSystemInfo | ( | int * | DxLibVer, |
| int * | DirectXVer, | ||
| int * | WindowsVer | ||
| ) |
| int DxLib::AddDataSoftSoundPlayer | ( | int | SSoundPlayerHandle, |
| int | SoftSoundHandle, | ||
| LONGLONG | AddSamplePosition, | ||
| int | AddSampleNum | ||
| ) |
| int DxLib::AddDirectDataSoftSoundPlayer | ( | int | SSoundPlayerHandle, |
| const void * | SoundData, | ||
| int | AddSampleNum | ||
| ) |
| HANDLE DxLib::AddFontFile | ( | const TCHAR * | FontFilePath | ) |
| HANDLE DxLib::AddFontFileFromMem | ( | const void * | FontFileImage, |
| int | FontFileImageSize | ||
| ) |
| HANDLE DxLib::AddFontFileWithStrLen | ( | const TCHAR * | FontFilePath, |
| size_t | FontFilePathLength | ||
| ) |
| int DxLib::AddFontImageToHandle | ( | int | FontHandle, |
| const TCHAR * | Char, | ||
| int | GrHandle, | ||
| int | DrawX, | ||
| int | DrawY, | ||
| int | AddX | ||
| ) |
| int DxLib::AddFontImageToHandleWithStrLen | ( | int | FontHandle, |
| const TCHAR * | Char, | ||
| size_t | CharLength, | ||
| int | GrHandle, | ||
| int | DrawX, | ||
| int | DrawY, | ||
| int | AddX | ||
| ) |
| int DxLib::AddKeyAccel | ( | const TCHAR * | ItemName, |
| int | ItemID, | ||
| int | KeyCode, | ||
| int | CtrlFlag, | ||
| int | AltFlag, | ||
| int | ShiftFlag | ||
| ) |
| int DxLib::AddKeyAccel_ID | ( | int | ItemID, |
| int | KeyCode, | ||
| int | CtrlFlag, | ||
| int | AltFlag, | ||
| int | ShiftFlag | ||
| ) |
| int DxLib::AddKeyAccel_Name | ( | const TCHAR * | ItemName, |
| int | KeyCode, | ||
| int | CtrlFlag, | ||
| int | AltFlag, | ||
| int | ShiftFlag | ||
| ) |
| int DxLib::AddKeyAccel_NameWithStrLen | ( | const TCHAR * | ItemName, |
| size_t | ItemNameLength, | ||
| int | KeyCode, | ||
| int | CtrlFlag, | ||
| int | AltFlag, | ||
| int | ShiftFlag | ||
| ) |
| int DxLib::AddKeyAccelWithStrLen | ( | const TCHAR * | ItemName, |
| size_t | ItemNameLength, | ||
| int | ItemID, | ||
| int | KeyCode, | ||
| int | CtrlFlag, | ||
| int | AltFlag, | ||
| int | ShiftFlag | ||
| ) |
| int DxLib::AddMenuItem | ( | int | AddType, |
| const TCHAR * | ItemName, | ||
| int | ItemID, | ||
| int | SeparatorFlag, | ||
| const TCHAR * | NewItemName = NULL, |
||
| int | NewItemID = -1 |
||
| ) |
| int DxLib::AddMenuItem_ID | ( | int | ParentItemID, |
| const TCHAR * | NewItemName, | ||
| int | NewItemID = -1 |
||
| ) |
| int DxLib::AddMenuItem_IDWithStrLen | ( | int | ParentItemID, |
| const TCHAR * | NewItemName, | ||
| size_t | NewItemNameLength, | ||
| int | NewItemID = -1 |
||
| ) |
| int DxLib::AddMenuItem_Name | ( | const TCHAR * | ParentItemName, |
| const TCHAR * | NewItemName | ||
| ) |
| int DxLib::AddMenuItem_NameWithStrLen | ( | const TCHAR * | ParentItemName, |
| size_t | ParentItemNameLength, | ||
| const TCHAR * | NewItemName, | ||
| size_t | NewItemNameLength | ||
| ) |
| int DxLib::AddMenuItemWithStrLen | ( | int | AddType, |
| const TCHAR * | ItemName, | ||
| size_t | ItemNameLength, | ||
| int | ItemID, | ||
| int | SeparatorFlag, | ||
| const TCHAR * | NewItemName = NULL, |
||
| size_t | NewItemNameLength = 0, |
||
| int | NewItemID = -1 |
||
| ) |
| int DxLib::AddMenuLine_ID | ( | int | ParentItemID | ) |
| int DxLib::AddMenuLine_Name | ( | const TCHAR * | ParentItemName | ) |
| int DxLib::AddMenuLine_NameWithStrLen | ( | const TCHAR * | ParentItemName, |
| size_t | ParentItemNameLength | ||
| ) |
| int DxLib::AddMessageTakeOverWindow | ( | HWND | Window | ) |
| int DxLib::AddMovieFrameToGraph | ( | int | GraphHandle, |
| unsigned int | FrameNum | ||
| ) |
| int DxLib::AddOneDataSoftSoundPlayer | ( | int | SSoundPlayerHandle, |
| int | Channel1, | ||
| int | Channel2 | ||
| ) |
| int DxLib::AddSoundData | ( | int | Handle = -1 | ) |
| int DxLib::AddStreamSoundMem | ( | STREAMDATA * | Stream, |
| int | LoopNum, | ||
| int | SoundHandle, | ||
| int | StreamDataType, | ||
| int * | CanStreamCloseFlag, | ||
| int | UnionHandle = -1 |
||
| ) |
| int DxLib::AddStreamSoundMemToFile | ( | const TCHAR * | WaveFile, |
| int | LoopNum, | ||
| int | SoundHandle, | ||
| int | StreamDataType, | ||
| int | UnionHandle = -1 |
||
| ) |
| int DxLib::AddStreamSoundMemToFileWithStrLen | ( | const TCHAR * | WaveFile, |
| size_t | WaveFilePathLength, | ||
| int | LoopNum, | ||
| int | SoundHandle, | ||
| int | StreamDataType, | ||
| int | UnionHandle = -1 |
||
| ) |
| int DxLib::AddStreamSoundMemToMem | ( | const void * | FileImage, |
| size_t | FileImageSize, | ||
| int | LoopNum, | ||
| int | SoundHandle, | ||
| int | StreamDataType, | ||
| int | UnionHandle = -1 |
||
| ) |
| int DxLib::AddSubstitutionFontToHandle | ( | int | FontHandle, |
| int | SubstitutionFontHandle, | ||
| int | DrawX, | ||
| int | DrawY | ||
| ) |
| int DxLib::AddToolBarButton | ( | int | Type, |
| int | State, | ||
| int | ImageIndex, | ||
| int | ID | ||
| ) |
| int DxLib::AddToolBarSep | ( | void | ) |
| int DxLib::AddUserGraphLoadFunction4 | ( | int(*)(STREAMDATA *Src, BASEIMAGE *BaseImage) | UserLoadFunc | ) |
| int DxLib::AppLogAdd | ( | const TCHAR * | String, |
| ... | |||
| ) |
| double DxLib::atofDx | ( | const TCHAR * | Str | ) |
| int DxLib::atoiDx | ( | const TCHAR * | Str | ) |
| int DxLib::BeginAADraw | ( | void | ) |
| int DxLib::BltBackScreenToWindow | ( | HWND | Window, |
| int | ClientX, | ||
| int | ClientY | ||
| ) |
| int DxLib::BltBaseImage | ( | int | DestX, |
| int | DestY, | ||
| BASEIMAGE * | SrcBaseImage, | ||
| BASEIMAGE * | DestBaseImage | ||
| ) |
| int DxLib::BltBaseImage | ( | int | SrcX, |
| int | SrcY, | ||
| int | SrcSizeX, | ||
| int | SrcSizeY, | ||
| int | DestX, | ||
| int | DestY, | ||
| BASEIMAGE * | SrcBaseImage, | ||
| BASEIMAGE * | DestBaseImage | ||
| ) |
| int DxLib::BltBaseImageWithAlphaBlend | ( | int | SrcX, |
| int | SrcY, | ||
| int | SrcSizeX, | ||
| int | SrcSizeY, | ||
| int | DestX, | ||
| int | DestY, | ||
| BASEIMAGE * | SrcBaseImage, | ||
| BASEIMAGE * | DestBaseImage, | ||
| int | Opacity = 255 |
||
| ) |
| int DxLib::BltBaseImageWithTransColor | ( | int | SrcX, |
| int | SrcY, | ||
| int | SrcSizeX, | ||
| int | SrcSizeY, | ||
| int | DestX, | ||
| int | DestY, | ||
| BASEIMAGE * | SrcBaseImage, | ||
| BASEIMAGE * | DestBaseImage, | ||
| int | Tr, | ||
| int | Tg, | ||
| int | Tb, | ||
| int | Ta | ||
| ) |
| int DxLib::BltBmpOrGraphImageToDivGraph | ( | const COLORDATA * | BmpColorData, |
| HBITMAP | RgbBmp, | ||
| HBITMAP | AlphaBmp, | ||
| int | BmpFlag, | ||
| const BASEIMAGE * | RgbBaseImage, | ||
| const BASEIMAGE * | AlphaBaseImage, | ||
| int | AllNum, | ||
| int | XNum, | ||
| int | YNum, | ||
| int | Width, | ||
| int | Height, | ||
| const int * | GrHandle, | ||
| int | ReverseFlag | ||
| ) |
| int DxLib::BltBmpOrGraphImageToDivGraphF | ( | const COLORDATA * | BmpColorData, |
| HBITMAP | RgbBmp, | ||
| HBITMAP | AlphaBmp, | ||
| int | BmpFlag, | ||
| const BASEIMAGE * | RgbBaseImage, | ||
| const BASEIMAGE * | AlphaBaseImage, | ||
| int | AllNum, | ||
| int | XNum, | ||
| int | YNum, | ||
| float | Width, | ||
| float | Height, | ||
| const int * | GrHandle, | ||
| int | ReverseFlag | ||
| ) |
| int DxLib::BltBmpOrGraphImageToGraph | ( | const COLORDATA * | BmpColorData, |
| HBITMAP | RgbBmp, | ||
| HBITMAP | AlphaBmp, | ||
| int | BmpFlag, | ||
| const BASEIMAGE * | RgbBaseImage, | ||
| const BASEIMAGE * | AlphaBaseImage, | ||
| int | CopyPointX, | ||
| int | CopyPointY, | ||
| int | GrHandle | ||
| ) |
| int DxLib::BltBmpOrGraphImageToGraph2 | ( | const COLORDATA * | BmpColorData, |
| HBITMAP | RgbBmp, | ||
| HBITMAP | AlphaBmp, | ||
| int | BmpFlag, | ||
| const BASEIMAGE * | RgbBaseImage, | ||
| const BASEIMAGE * | AlphaBaseImage, | ||
| const RECT * | SrcRect, | ||
| int | DestX, | ||
| int | DestY, | ||
| int | GrHandle | ||
| ) |
| int DxLib::BltBmpToDivGraph | ( | const COLORDATA * | BmpColorData, |
| HBITMAP | RgbBmp, | ||
| HBITMAP | AlphaBmp, | ||
| int | AllNum, | ||
| int | XNum, | ||
| int | YNum, | ||
| int | Width, | ||
| int | Height, | ||
| const int * | GrHandle, | ||
| int | ReverseFlag | ||
| ) |
| int DxLib::BltBmpToGraph | ( | const COLORDATA * | BmpColorData, |
| HBITMAP | RgbBmp, | ||
| HBITMAP | AlphaBmp, | ||
| int | CopyPointX, | ||
| int | CopyPointY, | ||
| int | GrHandle | ||
| ) |
| int DxLib::BltDrawValidGraph | ( | int | TargetDrawValidGrHandle, |
| int | x1, | ||
| int | y1, | ||
| int | x2, | ||
| int | y2, | ||
| int | DestX, | ||
| int | DestY, | ||
| int | DestGrHandle | ||
| ) |
| int DxLib::BltRectBackScreenToWindow | ( | HWND | Window, |
| RECT | BackScreenRect, | ||
| RECT | WindowClientRect | ||
| ) |
| int DxLib::BltSoftImage | ( | int | SrcX, |
| int | SrcY, | ||
| int | SrcSizeX, | ||
| int | SrcSizeY, | ||
| int | SrcSIHandle, | ||
| int | DestX, | ||
| int | DestY, | ||
| int | DestSIHandle | ||
| ) |
| int DxLib::BltSoftImageWithAlphaBlend | ( | int | SrcX, |
| int | SrcY, | ||
| int | SrcSizeX, | ||
| int | SrcSizeY, | ||
| int | SrcSIHandle, | ||
| int | DestX, | ||
| int | DestY, | ||
| int | DestSIHandle, | ||
| int | Opacity = 255 |
||
| ) |
| int DxLib::BltSoftImageWithTransColor | ( | int | SrcX, |
| int | SrcY, | ||
| int | SrcSizeX, | ||
| int | SrcSizeY, | ||
| int | SrcSIHandle, | ||
| int | DestX, | ||
| int | DestY, | ||
| int | DestSIHandle, | ||
| int | Tr, | ||
| int | Tg, | ||
| int | Tb, | ||
| int | Ta | ||
| ) |
| int DxLib::BltStringSoftImage | ( | int | x, |
| int | y, | ||
| const TCHAR * | StrData, | ||
| int | DestSIHandle, | ||
| int | DestEdgeSIHandle = -1, |
||
| int | VerticalFlag = FALSE |
||
| ) |
| int DxLib::BltStringSoftImageToHandle | ( | int | x, |
| int | y, | ||
| const TCHAR * | StrData, | ||
| int | DestSIHandle, | ||
| int | DestEdgeSIHandle, | ||
| int | FontHandle, | ||
| int | VerticalFlag = FALSE |
||
| ) |
| int DxLib::BltStringSoftImageToHandleWithStrLen | ( | int | x, |
| int | y, | ||
| const TCHAR * | StrData, | ||
| size_t | StrDataLength, | ||
| int | DestSIHandle, | ||
| int | DestEdgeSIHandle, | ||
| int | FontHandle, | ||
| int | VerticalFlag = FALSE |
||
| ) |
| int DxLib::BltStringSoftImageWithStrLen | ( | int | x, |
| int | y, | ||
| const TCHAR * | StrData, | ||
| size_t | StrDataLength, | ||
| int | DestSIHandle, | ||
| int | DestEdgeSIHandle = -1, |
||
| int | VerticalFlag = FALSE |
||
| ) |
| int DxLib::BmpBltToMask | ( | HBITMAP | Bmp, |
| int | BmpPointX, | ||
| int | BmpPointY, | ||
| int | MaskHandle | ||
| ) |
| int DxLib::CalcPolygonBinormalAndTangentsToShader | ( | VERTEX3DSHADER * | VertexArray, |
| int | PolygonNum | ||
| ) |
| int DxLib::CalcPolygonIndexedBinormalAndTangentsToShader | ( | VERTEX3DSHADER * | VertexArray, |
| int | VertexNum, | ||
| const unsigned short * | IndexArray, | ||
| int | PolygonNum | ||
| ) |
| int DxLib::ChangeChannelVolumeSoundMem | ( | int | Channel, |
| int | VolumePal, | ||
| int | SoundHandle | ||
| ) |
| int DxLib::ChangeFont | ( | const TCHAR * | FontName, |
| int | CharSet = -1 |
||
| ) |
| int DxLib::ChangeFontType | ( | int | FontType | ) |
| int DxLib::ChangeFontWithStrLen | ( | const TCHAR * | FontName, |
| size_t | FontNameLength, | ||
| int | CharSet = -1 |
||
| ) |
| int DxLib::ChangeLightTypeDir | ( | VECTOR | Direction | ) |
| int DxLib::ChangeLightTypePoint | ( | VECTOR | Position, |
| float | Range, | ||
| float | Atten0, | ||
| float | Atten1, | ||
| float | Atten2 | ||
| ) |
| int DxLib::ChangeLightTypeSpot | ( | VECTOR | Position, |
| VECTOR | Direction, | ||
| float | OutAngle, | ||
| float | InAngle, | ||
| float | Range, | ||
| float | Atten0, | ||
| float | Atten1, | ||
| float | Atten2 | ||
| ) |
| int DxLib::ChangeMovieVolumeToGraph | ( | int | Volume, |
| int | GraphHandle | ||
| ) |
| int DxLib::ChangeNextPlayChannelVolumeSoundMem | ( | int | Channel, |
| int | VolumePal, | ||
| int | SoundHandle | ||
| ) |
| int DxLib::ChangeNextPlayPanSoundMem | ( | int | PanPal, |
| int | SoundHandle | ||
| ) |
| int DxLib::ChangeNextPlayVolumeSoundMem | ( | int | VolumePal, |
| int | SoundHandle | ||
| ) |
| int DxLib::ChangePanSoundMem | ( | int | PanPal, |
| int | SoundHandle | ||
| ) |
| int DxLib::ChangeStreamFunction | ( | const STREAMDATASHREDTYPE2 * | StreamThread | ) |
| int DxLib::ChangeStreamFunctionW | ( | const STREAMDATASHREDTYPE2W * | StreamThreadW | ) |
| int DxLib::ChangeVolumeSoundMem | ( | int | VolumePal, |
| int | SoundHandle | ||
| ) |
| int DxLib::ChangeWindowMode | ( | int | Flag | ) |
| int DxLib::CheckAlphaSoftImage | ( | int | SIHandle | ) |
| int DxLib::CheckCameraViewClip | ( | VECTOR | CheckPos | ) |
| int DxLib::CheckCameraViewClip_Dir | ( | VECTOR | CheckPos | ) |
| int DxLib::CheckCameraViewClip_DirD | ( | VECTOR_D | CheckPos | ) |
| int DxLib::CheckCameraViewClipD | ( | VECTOR_D | CheckPos | ) |
| int DxLib::CheckDoubleStart | ( | void | ) |
| int DxLib::CheckDrawValidGraph | ( | int | GrHandle | ) |
| int DxLib::CheckFontCacheToTextureFlag | ( | int | FontHandle | ) |
| int DxLib::CheckFontChacheToTextureFlag | ( | int | FontHandle | ) |
| int DxLib::CheckFontHandleValid | ( | int | FontHandle | ) |
| int DxLib::CheckFontName | ( | const TCHAR * | FontName, |
| int | CharSet = -1 |
||
| ) |
| int DxLib::CheckFontNameWithStrLen | ( | const TCHAR * | FontName, |
| size_t | FontNameLength, | ||
| int | CharSet = -1 |
||
| ) |
| int DxLib::CheckHandleASyncLoad | ( | int | Handle | ) |
| int DxLib::CheckHitKey | ( | int | KeyCode | ) |
| int DxLib::CheckHitKeyAll | ( | int | CheckType = DX_CHECKINPUT_ALL | ) |
| int DxLib::CheckJoypadXInput | ( | int | InputType | ) |
| int DxLib::CheckKeyInput | ( | int | InputHandle | ) |
| int DxLib::CheckMenuItemSelect | ( | const TCHAR * | ItemName, |
| int | ItemID | ||
| ) |
| int DxLib::CheckMenuItemSelect_ID | ( | int | ItemID | ) |
| int DxLib::CheckMenuItemSelect_Name | ( | const TCHAR * | ItemName | ) |
| int DxLib::CheckMenuItemSelect_NameWithStrLen | ( | const TCHAR * | ItemName, |
| size_t | ItemNameLength | ||
| ) |
| int DxLib::CheckMenuItemSelectAll | ( | void | ) |
| int DxLib::CheckMenuItemSelectWithStrLen | ( | const TCHAR * | ItemName, |
| size_t | ItemNameLength, | ||
| int | ItemID | ||
| ) |
| int DxLib::CheckMusic | ( | void | ) |
| int DxLib::CheckMusicMem | ( | int | MusicHandle | ) |
| int DxLib::CheckNetWorkRecvUDP | ( | int | NetUDPHandle | ) |
| int DxLib::CheckPaletteSoftImage | ( | int | SIHandle | ) |
| int DxLib::CheckPixelAlphaBaseImage | ( | const BASEIMAGE * | BaseImage | ) |
| int DxLib::CheckPixelAlphaSoftImage | ( | int | SIHandle | ) |
| int DxLib::CheckSeparateAlphaBlendEnable | ( | void | ) |
| int DxLib::CheckSoftSoundPlayerNoneData | ( | int | SSoundPlayerHandle | ) |
| int DxLib::CheckSound | ( | void | ) |
| int DxLib::CheckSoundFile | ( | void | ) |
| int DxLib::CheckSoundMem | ( | int | SoundHandle | ) |
| int DxLib::CheckStartSoftSoundPlayer | ( | int | SSoundPlayerHandle | ) |
| int DxLib::CheckStreamSoundMem | ( | int | SoundHandle | ) |
| int DxLib::CheckWindowMaximizeButtonInput | ( | int | StateResetFlag = TRUE | ) |
| int DxLib::ClearDrawScreen | ( | const RECT * | ClearRect = NULL | ) |
| int DxLib::ClearDrawScreenZBuffer | ( | const RECT * | ClearRect = NULL | ) |
| int DxLib::ClearFontCacheToHandle | ( | int | FontHandle | ) |
| int DxLib::ClearInputCharBuf | ( | void | ) |
| int DxLib::ClearKeyAccel | ( | void | ) |
| int DxLib::ClearMenuItemSelect | ( | void | ) |
| int DxLib::ClearRectBaseImage | ( | BASEIMAGE * | BaseImage, |
| int | x, | ||
| int | y, | ||
| int | w, | ||
| int | h | ||
| ) |
| int DxLib::ClearRectSoftImage | ( | int | SIHandle, |
| int | x, | ||
| int | y, | ||
| int | w, | ||
| int | h | ||
| ) |
| int DxLib::ClearTouchInputDownLog | ( | void | ) |
| int DxLib::ClearTouchInputLog | ( | void | ) |
| int DxLib::ClearTouchInputUpLog | ( | void | ) |
| int DxLib::CloseNetWork | ( | int | NetHandle | ) |
| int DxLib::ClsDrawScreen | ( | void | ) |
| int DxLib::clsDx | ( | void | ) |
| int DxLib::ColorKaiseki | ( | const void * | PixelData, |
| COLORDATA * | ColorData | ||
| ) |
| int DxLib::ConnectNetWork | ( | IPDATA | IPData, |
| int | Port = -1 |
||
| ) |
| int DxLib::ConnectNetWork_ASync | ( | IPDATA | IPData, |
| int | Port = -1 |
||
| ) |
| int DxLib::ConnectNetWork_IPv6 | ( | IPDATA_IPv6 | IPData, |
| int | Port = -1 |
||
| ) |
| int DxLib::ConnectNetWork_IPv6_ASync | ( | IPDATA_IPv6 | IPData, |
| int | Port = -1 |
||
| ) |
| int DxLib::ConvBitmapToGraphImage | ( | const BITMAPINFO * | BmpInfo, |
| void * | GraphData, | ||
| BASEIMAGE * | GraphImage, | ||
| int | CopyFlag | ||
| ) |
| int DxLib::ConvertFullPath | ( | const TCHAR * | Src, |
| TCHAR * | Dest, | ||
| const TCHAR * | CurrentDir = NULL |
||
| ) |
| int DxLib::ConvertFullPathWithStrLen | ( | const TCHAR * | Src, |
| size_t | SrcLength, | ||
| TCHAR * | Dest, | ||
| const TCHAR * | CurrentDir = NULL, |
||
| size_t | CurrentDirLength = 0 |
||
| ) |
| int DxLib::ConvertInterpAlphaBaseImage | ( | BASEIMAGE * | BaseImage | ) |
| int DxLib::ConvertKeyCodeToVirtualKey | ( | int | KeyCode | ) |
| int DxLib::ConvertNormalFormatBaseImage | ( | BASEIMAGE * | BaseImage, |
| int | ReleaseOrigGraphData = TRUE |
||
| ) |
| int DxLib::ConvertPremulAlphaBaseImage | ( | BASEIMAGE * | BaseImage | ) |
| int DxLib::ConvertStringCharCodeFormat | ( | int | SrcCharCodeFormat, |
| const void * | SrcString, | ||
| int | DestCharCodeFormat, | ||
| void * | DestStringBuffer | ||
| ) |
| int DxLib::ConvertVirtualKeyToKeyCode | ( | int | VirtualKey | ) |
| int DxLib::ConvGraphImageToBitmap | ( | const BASEIMAGE * | GraphImage, |
| BITMAPINFO * | BmpInfo, | ||
| void ** | GraphData, | ||
| int | CopyFlag, | ||
| int | FullColorConv = TRUE |
||
| ) |
| ULONGLONG DxLib::ConvMicroSecondsToSysPerformanceCount | ( | ULONGLONG | MicroSeconds | ) |
| ULONGLONG DxLib::ConvMilliSecondsToSysPerformanceCount | ( | ULONGLONG | MilliSeconds | ) |
| ULONGLONG DxLib::ConvNanoSecondsToSysPerformanceCount | ( | ULONGLONG | NanoSeconds | ) |
| ULONGLONG DxLib::ConvSecondsToSysPerformanceCount | ( | ULONGLONG | Seconds | ) |
| ULONGLONG DxLib::ConvSysPerformanceCountToMicroSeconds | ( | ULONGLONG | Count | ) |
| ULONGLONG DxLib::ConvSysPerformanceCountToMilliSeconds | ( | ULONGLONG | Count | ) |
| ULONGLONG DxLib::ConvSysPerformanceCountToNanoSeconds | ( | ULONGLONG | Count | ) |
| ULONGLONG DxLib::ConvSysPerformanceCountToSeconds | ( | ULONGLONG | Count | ) |
| int DxLib::CopyGraphZBufferImage | ( | int | DestGrHandle, |
| int | SrcGrHandle | ||
| ) |
| int DxLib::CreateA1R5G5B5ColorBaseImage | ( | int | SizeX, |
| int | SizeY, | ||
| BASEIMAGE * | BaseImage | ||
| ) |
| int DxLib::CreateA1R5G5B5ColorData | ( | COLORDATA * | ColorDataBuf | ) |
| int DxLib::CreateARGB4ColorBaseImage | ( | int | SizeX, |
| int | SizeY, | ||
| BASEIMAGE * | BaseImage | ||
| ) |
| int DxLib::CreateARGB4ColorData | ( | COLORDATA * | ColorDataBuf | ) |
| int DxLib::CreateARGB8ColorBaseImage | ( | int | SizeX, |
| int | SizeY, | ||
| BASEIMAGE * | BaseImage | ||
| ) |
| int DxLib::CreateARGB8ColorData | ( | COLORDATA * | ColorDataBuf | ) |
| int DxLib::CreateARGBF16ColorBaseImage | ( | int | SizeX, |
| int | SizeY, | ||
| BASEIMAGE * | BaseImage | ||
| ) |
| int DxLib::CreateARGBF16ColorData | ( | COLORDATA * | ColorDataBuf | ) |
| int DxLib::CreateARGBF32ColorBaseImage | ( | int | SizeX, |
| int | SizeY, | ||
| BASEIMAGE * | BaseImage | ||
| ) |
| int DxLib::CreateARGBF32ColorData | ( | COLORDATA * | ColorDataBuf | ) |
| int DxLib::CreateBaseImage | ( | const TCHAR * | FileName, |
| const void * | FileImage, | ||
| int | FileImageSize, | ||
| int | DataType, | ||
| BASEIMAGE * | BaseImage, | ||
| int | ReverseFlag | ||
| ) |
| int DxLib::CreateBaseImageToFile | ( | const TCHAR * | FileName, |
| BASEIMAGE * | BaseImage, | ||
| int | ReverseFlag = FALSE |
||
| ) |
| int DxLib::CreateBaseImageToFileWithStrLen | ( | const TCHAR * | FileName, |
| size_t | FileNameLength, | ||
| BASEIMAGE * | BaseImage, | ||
| int | ReverseFlag = FALSE |
||
| ) |
| int DxLib::CreateBaseImageToMem | ( | const void * | FileImage, |
| int | FileImageSize, | ||
| BASEIMAGE * | BaseImage, | ||
| int | ReverseFlag = FALSE |
||
| ) |
| int DxLib::CreateBaseImageWithStrLen | ( | const TCHAR * | FileName, |
| size_t | FileNameLength, | ||
| const void * | FileImage, | ||
| int | FileImageSize, | ||
| int | DataType, | ||
| BASEIMAGE * | BaseImage, | ||
| int | ReverseFlag | ||
| ) |
| int DxLib::CreateBlendGraphFromSoftImage | ( | int | SIHandle | ) |
| int DxLib::CreateBmpInfo | ( | BITMAPINFO * | BmpInfo, |
| int | Width, | ||
| int | Height, | ||
| int | Pitch, | ||
| const void * | SrcGrData, | ||
| void ** | DestGrData | ||
| ) |
| int DxLib::CreateColorData | ( | COLORDATA * | ColorDataBuf, |
| int | ColorBitDepth, | ||
| DWORD | RedMask, | ||
| DWORD | GreenMask, | ||
| DWORD | BlueMask, | ||
| DWORD | AlphaMask, | ||
| int | ChannelNum = 0, |
||
| int | ChannelBitDepth = 0, |
||
| int | FloatTypeFlag = FALSE |
||
| ) |
| int DxLib::CreateColorDataBaseImage | ( | int | SizeX, |
| int | SizeY, | ||
| const COLORDATA * | ColorData, | ||
| BASEIMAGE * | BaseImage | ||
| ) |
| HBITMAP DxLib::CreateDIBGraph | ( | const TCHAR * | FileName, |
| int | ReverseFlag, | ||
| COLORDATA * | SrcColor | ||
| ) |
| int DxLib::CreateDIBGraph_plus_Alpha | ( | const TCHAR * | FileName, |
| HBITMAP * | RGBBmp, | ||
| HBITMAP * | AlphaBmp, | ||
| int | ReverseFlag = FALSE, |
||
| COLORDATA * | SrcColor = NULL |
||
| ) |
| int DxLib::CreateDIBGraph_plus_AlphaWithStrLen | ( | const TCHAR * | FileName, |
| size_t | FileNameLength, | ||
| HBITMAP * | RGBBmp, | ||
| HBITMAP * | AlphaBmp, | ||
| int | ReverseFlag = FALSE, |
||
| COLORDATA * | SrcColor = NULL |
||
| ) |
| HBITMAP DxLib::CreateDIBGraphToMem | ( | const BITMAPINFO * | BmpInfo, |
| const void * | GraphData, | ||
| int | ReverseFlag, | ||
| COLORDATA * | SrcColor | ||
| ) |
| HBITMAP DxLib::CreateDIBGraphVer2 | ( | const TCHAR * | FileName, |
| const void * | MemImage, | ||
| int | MemImageSize, | ||
| int | ImageType, | ||
| int | ReverseFlag, | ||
| COLORDATA * | SrcColor | ||
| ) |
| int DxLib::CreateDIBGraphVer2_plus_Alpha | ( | const TCHAR * | FileName, |
| const void * | MemImage, | ||
| int | MemImageSize, | ||
| const void * | AlphaImage, | ||
| int | AlphaImageSize, | ||
| int | ImageType, | ||
| HBITMAP * | RGBBmp, | ||
| HBITMAP * | AlphaBmp, | ||
| int | ReverseFlag, | ||
| COLORDATA * | SrcColor | ||
| ) |
| int DxLib::CreateDIBGraphVer2_plus_AlphaWithStrLen | ( | const TCHAR * | FileName, |
| size_t | FileNameLength, | ||
| const void * | MemImage, | ||
| int | MemImageSize, | ||
| const void * | AlphaImage, | ||
| int | AlphaImageSize, | ||
| int | ImageType, | ||
| HBITMAP * | RGBBmp, | ||
| HBITMAP * | AlphaBmp, | ||
| int | ReverseFlag, | ||
| COLORDATA * | SrcColor | ||
| ) |
| HBITMAP DxLib::CreateDIBGraphVer2WithStrLen | ( | const TCHAR * | FileName, |
| size_t | FileNameLength, | ||
| const void * | MemImage, | ||
| int | MemImageSize, | ||
| int | ImageType, | ||
| int | ReverseFlag, | ||
| COLORDATA * | SrcColor | ||
| ) |
| HBITMAP DxLib::CreateDIBGraphWithStrLen | ( | const TCHAR * | FileName, |
| size_t | FileNameLength, | ||
| int | ReverseFlag, | ||
| COLORDATA * | SrcColor | ||
| ) |
| int DxLib::CreateDirLightHandle | ( | VECTOR | Direction | ) |
| int DxLib::CreateDivGraph | ( | int | Width, |
| int | Height, | ||
| int | Pitch, | ||
| const void * | RGBImage, | ||
| int | AllNum, | ||
| int | XNum, | ||
| int | YNum, | ||
| int | SizeX, | ||
| int | SizeY, | ||
| int * | HandleArray, | ||
| const void * | AlphaImage = NULL |
||
| ) |
| int DxLib::CreateDivGraphF | ( | int | Width, |
| int | Height, | ||
| int | Pitch, | ||
| const void * | RGBImage, | ||
| int | AllNum, | ||
| int | XNum, | ||
| int | YNum, | ||
| float | SizeX, | ||
| float | SizeY, | ||
| int * | HandleArray, | ||
| const void * | AlphaImage = NULL |
||
| ) |
| int DxLib::CreateDivGraphFFromBaseImage | ( | BASEIMAGE * | BaseImage, |
| int | AllNum, | ||
| int | XNum, | ||
| int | YNum, | ||
| float | SizeX, | ||
| float | SizeY, | ||
| int * | HandleArray | ||
| ) |
| int DxLib::CreateDivGraphFFromBmp | ( | const BITMAPINFO * | RGBBmpInfo, |
| const void * | RGBBmpImage, | ||
| int | AllNum, | ||
| int | XNum, | ||
| int | YNum, | ||
| float | SizeX, | ||
| float | SizeY, | ||
| int * | HandleArray, | ||
| int | TextureFlag = TRUE, |
||
| int | ReverseFlag = FALSE, |
||
| const BITMAPINFO * | AlphaBmpInfo = NULL, |
||
| const void * | AlphaBmpImage = NULL |
||
| ) |
| int DxLib::CreateDivGraphFFromGraphImage | ( | BASEIMAGE * | RgbBaseImage, |
| const BASEIMAGE * | AlphaBaseImage, | ||
| int | AllNum, | ||
| int | XNum, | ||
| int | YNum, | ||
| float | SizeX, | ||
| float | SizeY, | ||
| int * | HandleArray, | ||
| int | TextureFlag = TRUE, |
||
| int | ReverseFlag = FALSE |
||
| ) |
| int DxLib::CreateDivGraphFFromGraphImage | ( | BASEIMAGE * | RgbBaseImage, |
| int | AllNum, | ||
| int | XNum, | ||
| int | YNum, | ||
| float | SizeX, | ||
| float | SizeY, | ||
| int * | HandleArray, | ||
| int | TextureFlag = TRUE, |
||
| int | ReverseFlag = FALSE |
||
| ) |
| int DxLib::CreateDivGraphFFromMem | ( | const void * | RGBFileImage, |
| int | RGBFileImageSize, | ||
| int | AllNum, | ||
| int | XNum, | ||
| int | YNum, | ||
| float | SizeX, | ||
| float | SizeY, | ||
| int * | HandleArray, | ||
| int | TextureFlag = TRUE, |
||
| int | ReverseFlag = FALSE, |
||
| const void * | AlphaFileImage = NULL, |
||
| int | AlphaFileImageSize = 0 |
||
| ) |
| int DxLib::CreateDivGraphFFromSoftImage | ( | int | SIHandle, |
| int | AllNum, | ||
| int | XNum, | ||
| int | YNum, | ||
| float | SizeX, | ||
| float | SizeY, | ||
| int * | HandleArray | ||
| ) |
| int DxLib::CreateDivGraphFromBaseImage | ( | BASEIMAGE * | BaseImage, |
| int | AllNum, | ||
| int | XNum, | ||
| int | YNum, | ||
| int | SizeX, | ||
| int | SizeY, | ||
| int * | HandleArray | ||
| ) |
| int DxLib::CreateDivGraphFromBmp | ( | const BITMAPINFO * | RGBBmpInfo, |
| const void * | RGBBmpImage, | ||
| int | AllNum, | ||
| int | XNum, | ||
| int | YNum, | ||
| int | SizeX, | ||
| int | SizeY, | ||
| int * | HandleArray, | ||
| int | TextureFlag = TRUE, |
||
| int | ReverseFlag = FALSE, |
||
| const BITMAPINFO * | AlphaBmpInfo = NULL, |
||
| const void * | AlphaBmpImage = NULL |
||
| ) |
| int DxLib::CreateDivGraphFromGraphImage | ( | BASEIMAGE * | RgbBaseImage, |
| const BASEIMAGE * | AlphaBaseImage, | ||
| int | AllNum, | ||
| int | XNum, | ||
| int | YNum, | ||
| int | SizeX, | ||
| int | SizeY, | ||
| int * | HandleArray, | ||
| int | TextureFlag = TRUE, |
||
| int | ReverseFlag = FALSE |
||
| ) |
| int DxLib::CreateDivGraphFromGraphImage | ( | BASEIMAGE * | RgbBaseImage, |
| int | AllNum, | ||
| int | XNum, | ||
| int | YNum, | ||
| int | SizeX, | ||
| int | SizeY, | ||
| int * | HandleArray, | ||
| int | TextureFlag = TRUE, |
||
| int | ReverseFlag = FALSE |
||
| ) |
| int DxLib::CreateDivGraphFromMem | ( | const void * | RGBFileImage, |
| int | RGBFileImageSize, | ||
| int | AllNum, | ||
| int | XNum, | ||
| int | YNum, | ||
| int | SizeX, | ||
| int | SizeY, | ||
| int * | HandleArray, | ||
| int | TextureFlag = TRUE, |
||
| int | ReverseFlag = FALSE, |
||
| const void * | AlphaFileImage = NULL, |
||
| int | AlphaFileImageSize = 0 |
||
| ) |
| int DxLib::CreateDivGraphFromSoftImage | ( | int | SIHandle, |
| int | AllNum, | ||
| int | XNum, | ||
| int | YNum, | ||
| int | SizeX, | ||
| int | SizeY, | ||
| int * | HandleArray | ||
| ) |
| int DxLib::CreateDivMaskFromMem | ( | const void * | FileImage, |
| int | FileImageSize, | ||
| int | AllNum, | ||
| int | XNum, | ||
| int | YNum, | ||
| int | XSize, | ||
| int | YSize, | ||
| int * | HandleArray | ||
| ) |
| int DxLib::CreateDXGraph | ( | const BASEIMAGE * | RgbBaseImage, |
| const BASEIMAGE * | AlphaBaseImage, | ||
| int | TextureFlag | ||
| ) |
| int DxLib::CreateFontDataFile | ( | const TCHAR * | SaveFilePath, |
| const TCHAR * | FontName, | ||
| int | Size, | ||
| int | BitDepth, | ||
| int | Thick, | ||
| int | Italic = FALSE, |
||
| int | CharSet = -1, |
||
| const TCHAR * | SaveCharaList = NULL |
||
| ) |
| int DxLib::CreateFontDataFileWithStrLen | ( | const TCHAR * | SaveFilePath, |
| size_t | SaveFilePathLength, | ||
| const TCHAR * | FontName, | ||
| size_t | FontNameLength, | ||
| int | Size, | ||
| int | BitDepth, | ||
| int | Thick, | ||
| int | Italic = FALSE, |
||
| int | CharSet = -1, |
||
| const TCHAR * | SaveCharaList = NULL, |
||
| size_t | SaveCharaListLength = 0 |
||
| ) |
| int DxLib::CreateFontToHandle | ( | const TCHAR * | FontName, |
| int | Size, | ||
| int | Thick, | ||
| int | FontType = -1, |
||
| int | CharSet = -1, |
||
| int | EdgeSize = -1, |
||
| int | Italic = FALSE, |
||
| int | Handle = -1 |
||
| ) |
| int DxLib::CreateFontToHandleWithStrLen | ( | const TCHAR * | FontName, |
| size_t | FontNameLength, | ||
| int | Size, | ||
| int | Thick, | ||
| int | FontType = -1, |
||
| int | CharSet = -1, |
||
| int | EdgeSize = -1, |
||
| int | Italic = FALSE, |
||
| int | Handle = -1 |
||
| ) |
| int DxLib::CreateFullColorData | ( | COLORDATA * | ColorDataBuf | ) |
| int DxLib::CreateGraph | ( | int | Width, |
| int | Height, | ||
| int | Pitch, | ||
| const void * | RGBImage, | ||
| const void * | AlphaImage = NULL, |
||
| int | GrHandle = -1 |
||
| ) |
| int DxLib::CreateGraphFromBaseImage | ( | const BASEIMAGE * | BaseImage | ) |
| int DxLib::CreateGraphFromBmp | ( | const BITMAPINFO * | RGBBmpInfo, |
| const void * | RGBBmpImage, | ||
| const BITMAPINFO * | AlphaBmpInfo = NULL, |
||
| const void * | AlphaBmpImage = NULL, |
||
| int | TextureFlag = TRUE, |
||
| int | ReverseFlag = FALSE |
||
| ) |
| int DxLib::CreateGraphFromGraphImage | ( | const BASEIMAGE * | RgbBaseImage, |
| const BASEIMAGE * | AlphaBaseImage, | ||
| int | TextureFlag = TRUE, |
||
| int | ReverseFlag = FALSE |
||
| ) |
| int DxLib::CreateGraphFromGraphImage | ( | const BASEIMAGE * | RgbBaseImage, |
| int | TextureFlag = TRUE, |
||
| int | ReverseFlag = FALSE |
||
| ) |
| int DxLib::CreateGraphFromID3D11Texture2D | ( | const void * | pID3D11Texture2D | ) |
| int DxLib::CreateGraphFromMem | ( | const void * | RGBFileImage, |
| int | RGBFileImageSize, | ||
| const void * | AlphaFileImage = NULL, |
||
| int | AlphaFileImageSize = 0, |
||
| int | TextureFlag = TRUE, |
||
| int | ReverseFlag = FALSE |
||
| ) |
| int DxLib::CreateGraphFromRectBaseImage | ( | const BASEIMAGE * | BaseImage, |
| int | x, | ||
| int | y, | ||
| int | SizeX, | ||
| int | SizeY | ||
| ) |
| int DxLib::CreateGraphFromRectSoftImage | ( | int | SIHandle, |
| int | x, | ||
| int | y, | ||
| int | SizeX, | ||
| int | SizeY | ||
| ) |
| int DxLib::CreateGraphFromSoftImage | ( | int | SIHandle | ) |
| int DxLib::CreateGraphImage | ( | const TCHAR * | FileName, |
| const void * | DataImage, | ||
| int | DataImageSize, | ||
| int | DataImageType, | ||
| BASEIMAGE * | GraphImage, | ||
| int | ReverseFlag | ||
| ) |
| int DxLib::CreateGraphImage_plus_Alpha | ( | const TCHAR * | FileName, |
| const void * | RgbImage, | ||
| int | RgbImageSize, | ||
| int | RgbImageType, | ||
| const void * | AlphaImage, | ||
| int | AlphaImageSize, | ||
| int | AlphaImageType, | ||
| BASEIMAGE * | RgbGraphImage, | ||
| BASEIMAGE * | AlphaGraphImage, | ||
| int | ReverseFlag | ||
| ) |
| int DxLib::CreateGraphImage_plus_AlphaWithStrLen | ( | const TCHAR * | FileName, |
| size_t | FileNameLength, | ||
| const void * | RgbImage, | ||
| int | RgbImageSize, | ||
| int | RgbImageType, | ||
| const void * | AlphaImage, | ||
| int | AlphaImageSize, | ||
| int | AlphaImageType, | ||
| BASEIMAGE * | RgbGraphImage, | ||
| BASEIMAGE * | AlphaGraphImage, | ||
| int | ReverseFlag | ||
| ) |
| int DxLib::CreateGraphImageOrDIBGraph | ( | const TCHAR * | FileName, |
| const void * | DataImage, | ||
| int | DataImageSize, | ||
| int | DataImageType, | ||
| int | BmpFlag, | ||
| int | ReverseFlag, | ||
| BASEIMAGE * | BaseImage, | ||
| BITMAPINFO ** | BmpInfo, | ||
| void ** | GraphData | ||
| ) |
| int DxLib::CreateGraphImageOrDIBGraphWithStrLen | ( | const TCHAR * | FileName, |
| size_t | FileNameLength, | ||
| const void * | DataImage, | ||
| int | DataImageSize, | ||
| int | DataImageType, | ||
| int | BmpFlag, | ||
| int | ReverseFlag, | ||
| BASEIMAGE * | BaseImage, | ||
| BITMAPINFO ** | BmpInfo, | ||
| void ** | GraphData | ||
| ) |
| int DxLib::CreateGraphImageType2 | ( | STREAMDATA * | Src, |
| BASEIMAGE * | Dest | ||
| ) |
| int DxLib::CreateGrayColorData | ( | COLORDATA * | ColorDataBuf | ) |
| int DxLib::CreateIdentityMatrix | ( | MATRIX * | Out | ) |
| int DxLib::CreateIdentityMatrixD | ( | MATRIX_D * | Out | ) |
| int DxLib::CreateIndexBuffer | ( | int | IndexNum, |
| int | IndexType | ||
| ) |
| int DxLib::CreateLookAtMatrix | ( | MATRIX * | Out, |
| const VECTOR * | Eye, | ||
| const VECTOR * | At, | ||
| const VECTOR * | Up | ||
| ) |
| int DxLib::CreateLookAtMatrix2D | ( | MATRIX_D * | Out, |
| const VECTOR_D * | Eye, | ||
| double | XZAngle, | ||
| double | Oira | ||
| ) |
| int DxLib::CreateLookAtMatrixD | ( | MATRIX_D * | Out, |
| const VECTOR_D * | Eye, | ||
| const VECTOR_D * | At, | ||
| const VECTOR_D * | Up | ||
| ) |
| int DxLib::CreateLookAtMatrixRH | ( | MATRIX * | Out, |
| const VECTOR * | Eye, | ||
| const VECTOR * | At, | ||
| const VECTOR * | Up | ||
| ) |
| int DxLib::CreateLookAtMatrixRHD | ( | MATRIX_D * | Out, |
| const VECTOR_D * | Eye, | ||
| const VECTOR_D * | At, | ||
| const VECTOR_D * | Up | ||
| ) |
| int DxLib::CreateMaskFromMem | ( | const void * | FileImage, |
| int | FileImageSize | ||
| ) |
| int DxLib::CreateMaskScreen | ( | void | ) |
| int DxLib::CreateOrthoMatrix | ( | MATRIX * | Out, |
| float | size, | ||
| float | zn, | ||
| float | zf, | ||
| float | aspect = -1.0f |
||
| ) |
| int DxLib::CreateOrthoMatrixD | ( | MATRIX_D * | Out, |
| double | size, | ||
| double | zn, | ||
| double | zf, | ||
| double | aspect = -1.0f |
||
| ) |
| int DxLib::CreateOrthoMatrixRH | ( | MATRIX * | Out, |
| float | size, | ||
| float | zn, | ||
| float | zf, | ||
| float | aspect = -1.0f |
||
| ) |
| int DxLib::CreateOrthoMatrixRHD | ( | MATRIX_D * | Out, |
| double | size, | ||
| double | zn, | ||
| double | zf, | ||
| double | aspect = -1.0f |
||
| ) |
| int DxLib::CreatePAL8ColorBaseImage | ( | int | SizeX, |
| int | SizeY, | ||
| BASEIMAGE * | BaseImage, | ||
| int | UseAlpha = FALSE |
||
| ) |
| int DxLib::CreatePal8ColorData | ( | COLORDATA * | ColorDataBuf, |
| int | UseAlpha = FALSE |
||
| ) |
| int DxLib::CreatePaletteColorData | ( | COLORDATA * | ColorDataBuf | ) |
| int DxLib::CreatePerspectiveFovMatrix | ( | MATRIX * | Out, |
| float | fov, | ||
| float | zn, | ||
| float | zf, | ||
| float | aspect = -1.0f |
||
| ) |
| int DxLib::CreatePerspectiveFovMatrixD | ( | MATRIX_D * | Out, |
| double | fov, | ||
| double | zn, | ||
| double | zf, | ||
| double | aspect = -1.0f |
||
| ) |
| int DxLib::CreatePerspectiveFovMatrixRH | ( | MATRIX * | Out, |
| float | fov, | ||
| float | zn, | ||
| float | zf, | ||
| float | aspect = -1.0f |
||
| ) |
| int DxLib::CreatePerspectiveFovMatrixRHD | ( | MATRIX_D * | Out, |
| double | fov, | ||
| double | zn, | ||
| double | zf, | ||
| double | aspect = -1.0f |
||
| ) |
| int DxLib::CreatePointLightHandle | ( | VECTOR | Position, |
| float | Range, | ||
| float | Atten0, | ||
| float | Atten1, | ||
| float | Atten2 | ||
| ) |
| int DxLib::CreateR5G5B5A1ColorBaseImage | ( | int | SizeX, |
| int | SizeY, | ||
| BASEIMAGE * | BaseImage | ||
| ) |
| int DxLib::CreateR5G5B5A1ColorData | ( | COLORDATA * | ColorDataBuf | ) |
| int DxLib::CreateR5G6B5ColorBaseImage | ( | int | SizeX, |
| int | SizeY, | ||
| BASEIMAGE * | BaseImage | ||
| ) |
| int DxLib::CreateR5G6B5ColorData | ( | COLORDATA * | ColorDataBuf | ) |
| int DxLib::CreateRGB8ColorBaseImage | ( | int | SizeX, |
| int | SizeY, | ||
| BASEIMAGE * | BaseImage | ||
| ) |
| HRGN DxLib::CreateRgnFromBaseImage | ( | BASEIMAGE * | BaseImage, |
| int | TransColorR, | ||
| int | TransColorG, | ||
| int | TransColorB | ||
| ) |
| HRGN DxLib::CreateRgnFromGraph | ( | int | Width, |
| int | Height, | ||
| const void * | MaskData, | ||
| int | Pitch, | ||
| int | Byte | ||
| ) |
| int DxLib::CreateRotationXMatrix | ( | MATRIX * | Out, |
| float | Angle | ||
| ) |
| int DxLib::CreateRotationXMatrixD | ( | MATRIX_D * | Out, |
| double | Angle | ||
| ) |
| int DxLib::CreateRotationXYZMatrix | ( | MATRIX * | Out, |
| float | XRot, | ||
| float | YRot, | ||
| float | ZRot | ||
| ) |
| int DxLib::CreateRotationXYZMatrixD | ( | MATRIX_D * | Out, |
| double | XRot, | ||
| double | YRot, | ||
| double | ZRot | ||
| ) |
| int DxLib::CreateRotationXZYMatrix | ( | MATRIX * | Out, |
| float | XRot, | ||
| float | YRot, | ||
| float | ZRot | ||
| ) |
| int DxLib::CreateRotationXZYMatrixD | ( | MATRIX_D * | Out, |
| double | XRot, | ||
| double | YRot, | ||
| double | ZRot | ||
| ) |
| int DxLib::CreateRotationYMatrix | ( | MATRIX * | Out, |
| float | Angle | ||
| ) |
| int DxLib::CreateRotationYMatrixD | ( | MATRIX_D * | Out, |
| double | Angle | ||
| ) |
| int DxLib::CreateRotationYXZMatrix | ( | MATRIX * | Out, |
| float | XRot, | ||
| float | YRot, | ||
| float | ZRot | ||
| ) |
| int DxLib::CreateRotationYXZMatrixD | ( | MATRIX_D * | Out, |
| double | XRot, | ||
| double | YRot, | ||
| double | ZRot | ||
| ) |
| int DxLib::CreateRotationYZXMatrix | ( | MATRIX * | Out, |
| float | XRot, | ||
| float | YRot, | ||
| float | ZRot | ||
| ) |
| int DxLib::CreateRotationYZXMatrixD | ( | MATRIX_D * | Out, |
| double | XRot, | ||
| double | YRot, | ||
| double | ZRot | ||
| ) |
| int DxLib::CreateRotationZMatrix | ( | MATRIX * | Out, |
| float | Angle | ||
| ) |
| int DxLib::CreateRotationZMatrixD | ( | MATRIX_D * | Out, |
| double | Angle | ||
| ) |
| int DxLib::CreateRotationZXYMatrix | ( | MATRIX * | Out, |
| float | XRot, | ||
| float | YRot, | ||
| float | ZRot | ||
| ) |
| int DxLib::CreateRotationZXYMatrixD | ( | MATRIX_D * | Out, |
| double | XRot, | ||
| double | YRot, | ||
| double | ZRot | ||
| ) |
| int DxLib::CreateRotationZYXMatrix | ( | MATRIX * | Out, |
| float | XRot, | ||
| float | YRot, | ||
| float | ZRot | ||
| ) |
| int DxLib::CreateRotationZYXMatrixD | ( | MATRIX_D * | Out, |
| double | XRot, | ||
| double | YRot, | ||
| double | ZRot | ||
| ) |
| int DxLib::CreateScalingMatrix | ( | MATRIX * | Out, |
| float | sx, | ||
| float | sy, | ||
| float | sz | ||
| ) |
| int DxLib::CreateScalingMatrixD | ( | MATRIX_D * | Out, |
| double | sx, | ||
| double | sy, | ||
| double | sz | ||
| ) |
| int DxLib::CreateShaderConstantBuffer | ( | int | BufferSize | ) |
| int DxLib::CreateSpotLightHandle | ( | VECTOR | Position, |
| VECTOR | Direction, | ||
| float | OutAngle, | ||
| float | InAngle, | ||
| float | Range, | ||
| float | Atten0, | ||
| float | Atten1, | ||
| float | Atten2 | ||
| ) |
| int DxLib::CreateTranslationMatrix | ( | MATRIX * | Out, |
| float | x, | ||
| float | y, | ||
| float | z | ||
| ) |
| int DxLib::CreateTranslationMatrixD | ( | MATRIX_D * | Out, |
| double | x, | ||
| double | y, | ||
| double | z | ||
| ) |
| int DxLib::CreateVertexBuffer | ( | int | VertexNum, |
| int | VertexType | ||
| ) |
| int DxLib::CreateViewportMatrix | ( | MATRIX * | Out, |
| float | CenterX, | ||
| float | CenterY, | ||
| float | Width, | ||
| float | Height | ||
| ) |
| int DxLib::CreateViewportMatrixD | ( | MATRIX_D * | Out, |
| double | CenterX, | ||
| double | CenterY, | ||
| double | Width, | ||
| double | Height | ||
| ) |
| int DxLib::CreateX1R5G5B5ColorBaseImage | ( | int | SizeX, |
| int | SizeY, | ||
| BASEIMAGE * | BaseImage | ||
| ) |
| int DxLib::CreateX1R5G5B5ColorData | ( | COLORDATA * | ColorDataBuf | ) |
| int DxLib::CreateXRGB8ColorBaseImage | ( | int | SizeX, |
| int | SizeY, | ||
| BASEIMAGE * | BaseImage | ||
| ) |
| int DxLib::CreateXRGB8ColorData | ( | COLORDATA * | ColorDataBuf | ) |
| __inline DOUBLE4 DxLib::D4Get | ( | double | x, |
| double | y, | ||
| double | z, | ||
| double | w | ||
| ) |
| int DxLib::DeleteAllToolBarButton | ( | void | ) |
| int DxLib::DeleteFontToHandle | ( | int | FontHandle | ) |
| int DxLib::DeleteGraph | ( | int | GrHandle, |
| int | LogOutFlag = FALSE |
||
| ) |
| int DxLib::DeleteIndexBuffer | ( | int | IndexBufHandle | ) |
| int DxLib::DeleteKeyInput | ( | int | InputHandle | ) |
| int DxLib::DeleteLightHandle | ( | int | LHandle | ) |
| int DxLib::DeleteLightHandleAll | ( | void | ) |
| int DxLib::DeleteMask | ( | int | MaskHandle | ) |
| int DxLib::DeleteMaskScreen | ( | void | ) |
| int DxLib::DeleteMenuItem | ( | const TCHAR * | ItemName, |
| int | ItemID | ||
| ) |
| int DxLib::DeleteMenuItem_ID | ( | int | ItemID | ) |
| int DxLib::DeleteMenuItem_Name | ( | const TCHAR * | ItemName | ) |
| int DxLib::DeleteMenuItem_NameWithStrLen | ( | const TCHAR * | ItemName, |
| size_t | ItemNameLength | ||
| ) |
| int DxLib::DeleteMenuItemAll | ( | void | ) |
| int DxLib::DeleteMenuItemWithStrLen | ( | const TCHAR * | ItemName, |
| size_t | ItemNameLength, | ||
| int | ItemID | ||
| ) |
| int DxLib::DeleteMusicMem | ( | int | MusicHandle | ) |
| int DxLib::DeleteShader | ( | int | ShaderHandle | ) |
| int DxLib::DeleteShaderConstantBuffer | ( | int | SConstBufHandle | ) |
| int DxLib::DeleteShadowMap | ( | int | SmHandle | ) |
| int DxLib::DeleteSharingGraph | ( | int | GrHandle | ) |
| int DxLib::DeleteSoftImage | ( | int | SIHandle | ) |
| int DxLib::DeleteSoftSound | ( | int | SoftSoundHandle | ) |
| int DxLib::DeleteSoftSoundPlayer | ( | int | SSoundPlayerHandle | ) |
| int DxLib::DeleteSoundMem | ( | int | SoundHandle, |
| int | LogOutFlag = FALSE |
||
| ) |
| int DxLib::DeleteUDPSocket | ( | int | NetUDPHandle | ) |
| int DxLib::DeleteVertexBuffer | ( | int | VertexBufHandle | ) |
| int DxLib::DerivationBaseImage | ( | const BASEIMAGE * | BaseImage, |
| int | x1, | ||
| int | y1, | ||
| int | x2, | ||
| int | y2, | ||
| BASEIMAGE * | NewBaseImage | ||
| ) |
| int DxLib::DerivationGraph | ( | int | SrcX, |
| int | SrcY, | ||
| int | Width, | ||
| int | Height, | ||
| int | SrcGraphHandle | ||
| ) |
| int DxLib::DerivationGraphF | ( | float | SrcX, |
| float | SrcY, | ||
| float | Width, | ||
| float | Height, | ||
| int | SrcGraphHandle | ||
| ) |
| int DxLib::DragFileInfoClear | ( | void | ) |
| int DxLib::DrawBaseImage | ( | int | x, |
| int | y, | ||
| BASEIMAGE * | BaseImage | ||
| ) |
| int DxLib::DrawBillboard3D | ( | VECTOR | Pos, |
| float | cx, | ||
| float | cy, | ||
| float | Size, | ||
| float | Angle, | ||
| int | GrHandle, | ||
| int | TransFlag, | ||
| int | ReverseXFlag = FALSE, |
||
| int | ReverseYFlag = FALSE |
||
| ) |
| int DxLib::DrawBillboard3DToShader | ( | VECTOR | Pos, |
| float | cx, | ||
| float | cy, | ||
| float | Size, | ||
| float | Angle, | ||
| int | GrHandle, | ||
| int | TransFlag, | ||
| int | ReverseXFlag = FALSE, |
||
| int | ReverseYFlag = FALSE |
||
| ) |
| int DxLib::DrawBlendGraph | ( | int | x, |
| int | y, | ||
| int | GrHandle, | ||
| int | TransFlag, | ||
| int | BlendGraph, | ||
| int | BorderParam, | ||
| int | BorderRange | ||
| ) |
| int DxLib::DrawBlendGraphPos | ( | int | x, |
| int | y, | ||
| int | GrHandle, | ||
| int | TransFlag, | ||
| int | bx, | ||
| int | by, | ||
| int | BlendGraph, | ||
| int | BorderParam, | ||
| int | BorderRange | ||
| ) |
| int DxLib::DrawBox | ( | int | x1, |
| int | y1, | ||
| int | x2, | ||
| int | y2, | ||
| unsigned int | Color, | ||
| int | FillFlag | ||
| ) |
| int DxLib::DrawBoxAA | ( | float | x1, |
| float | y1, | ||
| float | x2, | ||
| float | y2, | ||
| unsigned int | Color, | ||
| int | FillFlag, | ||
| float | LineThickness = 1.0f |
||
| ) |
| int DxLib::DrawBoxToZBuffer | ( | int | x1, |
| int | y1, | ||
| int | x2, | ||
| int | y2, | ||
| int | FillFlag, | ||
| int | WriteZMode | ||
| ) |
| int DxLib::DrawCapsule3D | ( | VECTOR | Pos1, |
| VECTOR | Pos2, | ||
| float | r, | ||
| int | DivNum, | ||
| unsigned int | DifColor, | ||
| unsigned int | SpcColor, | ||
| int | FillFlag | ||
| ) |
| int DxLib::DrawCapsule3DD | ( | VECTOR_D | Pos1, |
| VECTOR_D | Pos2, | ||
| double | r, | ||
| int | DivNum, | ||
| unsigned int | DifColor, | ||
| unsigned int | SpcColor, | ||
| int | FillFlag | ||
| ) |
| int DxLib::DrawChipMap | ( | int | MapWidth, |
| int | MapHeight, | ||
| const int * | MapData, | ||
| int | ChipTypeNum, | ||
| const int * | ChipGrHandle, | ||
| int | TransFlag, | ||
| int | MapDrawPointX, | ||
| int | MapDrawPointY, | ||
| int | MapDrawWidth, | ||
| int | MapDrawHeight, | ||
| int | ScreenX, | ||
| int | ScreenY | ||
| ) |
| int DxLib::DrawChipMap | ( | int | Sx, |
| int | Sy, | ||
| int | XNum, | ||
| int | YNum, | ||
| const int * | MapData, | ||
| int | ChipTypeNum, | ||
| int | MapDataPitch, | ||
| const int * | ChipGrHandle, | ||
| int | TransFlag | ||
| ) |
| int DxLib::DrawCircle | ( | int | x, |
| int | y, | ||
| int | r, | ||
| unsigned int | Color, | ||
| int | FillFlag = TRUE, |
||
| int | LineThickness = 1 |
||
| ) |
| int DxLib::DrawCircleAA | ( | float | x, |
| float | y, | ||
| float | r, | ||
| int | posnum, | ||
| unsigned int | Color, | ||
| int | FillFlag = TRUE, |
||
| float | LineThickness = 1.0f |
||
| ) |
| int DxLib::DrawCircleBaseImage | ( | BASEIMAGE * | BaseImage, |
| int | x, | ||
| int | y, | ||
| int | radius, | ||
| int | r, | ||
| int | g, | ||
| int | b, | ||
| int | a, | ||
| int | FillFlag = TRUE |
||
| ) |
| int DxLib::DrawCircleGauge | ( | int | CenterX, |
| int | CenterY, | ||
| double | Percent, | ||
| int | GrHandle, | ||
| double | StartPercent = 0.0, |
||
| double | Scale = 1.0, |
||
| int | ReverseX = FALSE, |
||
| int | ReverseY = FALSE |
||
| ) |
| int DxLib::DrawCircleGaugeF | ( | float | CenterX, |
| float | CenterY, | ||
| double | Percent, | ||
| int | GrHandle, | ||
| double | StartPercent = 0.0, |
||
| double | Scale = 1.0, |
||
| int | ReverseX = FALSE, |
||
| int | ReverseY = FALSE |
||
| ) |
| int DxLib::DrawCircleSoftImage | ( | int | SIHandle, |
| int | x, | ||
| int | y, | ||
| int | radius, | ||
| int | r, | ||
| int | g, | ||
| int | b, | ||
| int | a, | ||
| int | FillFlag = TRUE |
||
| ) |
| int DxLib::DrawCircleToZBuffer | ( | int | x, |
| int | y, | ||
| int | r, | ||
| int | FillFlag, | ||
| int | WriteZMode | ||
| ) |
| int DxLib::DrawCone3D | ( | VECTOR | TopPos, |
| VECTOR | BottomPos, | ||
| float | r, | ||
| int | DivNum, | ||
| unsigned int | DifColor, | ||
| unsigned int | SpcColor, | ||
| int | FillFlag | ||
| ) |
| int DxLib::DrawCone3DD | ( | VECTOR_D | TopPos, |
| VECTOR_D | BottomPos, | ||
| double | r, | ||
| int | DivNum, | ||
| unsigned int | DifColor, | ||
| unsigned int | SpcColor, | ||
| int | FillFlag | ||
| ) |
| int DxLib::DrawCube3D | ( | VECTOR | Pos1, |
| VECTOR | Pos2, | ||
| unsigned int | DifColor, | ||
| unsigned int | SpcColor, | ||
| int | FillFlag | ||
| ) |
| int DxLib::DrawCube3DD | ( | VECTOR_D | Pos1, |
| VECTOR_D | Pos2, | ||
| unsigned int | DifColor, | ||
| unsigned int | SpcColor, | ||
| int | FillFlag | ||
| ) |
| int DxLib::DrawCubeSet3D | ( | CUBEDATA * | CubeDataArray, |
| int | Num, | ||
| int | FillFlag | ||
| ) |
| int DxLib::DrawExtendFormatString | ( | int | x, |
| int | y, | ||
| double | ExRateX, | ||
| double | ExRateY, | ||
| unsigned int | Color, | ||
| const TCHAR * | FormatString, | ||
| ... | |||
| ) |
| int DxLib::DrawExtendFormatStringF | ( | float | x, |
| float | y, | ||
| double | ExRateX, | ||
| double | ExRateY, | ||
| unsigned int | Color, | ||
| const TCHAR * | FormatString, | ||
| ... | |||
| ) |
| int DxLib::DrawExtendFormatStringFToHandle | ( | float | x, |
| float | y, | ||
| double | ExRateX, | ||
| double | ExRateY, | ||
| unsigned int | Color, | ||
| int | FontHandle, | ||
| const TCHAR * | FormatString, | ||
| ... | |||
| ) |
| int DxLib::DrawExtendFormatStringToHandle | ( | int | x, |
| int | y, | ||
| double | ExRateX, | ||
| double | ExRateY, | ||
| unsigned int | Color, | ||
| int | FontHandle, | ||
| const TCHAR * | FormatString, | ||
| ... | |||
| ) |
| int DxLib::DrawExtendFormatStringToHandleToZBuffer | ( | int | x, |
| int | y, | ||
| double | ExRateX, | ||
| double | ExRateY, | ||
| int | FontHandle, | ||
| int | WriteZMode, | ||
| const TCHAR * | FormatString, | ||
| ... | |||
| ) |
| int DxLib::DrawExtendFormatStringToZBuffer | ( | int | x, |
| int | y, | ||
| double | ExRateX, | ||
| double | ExRateY, | ||
| int | WriteZMode, | ||
| const TCHAR * | FormatString, | ||
| ... | |||
| ) |
| int DxLib::DrawExtendFormatVString | ( | int | x, |
| int | y, | ||
| double | ExRateX, | ||
| double | ExRateY, | ||
| unsigned int | Color, | ||
| const TCHAR * | FormatString, | ||
| ... | |||
| ) |
| int DxLib::DrawExtendFormatVStringF | ( | float | x, |
| float | y, | ||
| double | ExRateX, | ||
| double | ExRateY, | ||
| unsigned int | Color, | ||
| const TCHAR * | FormatString, | ||
| ... | |||
| ) |
| int DxLib::DrawExtendFormatVStringFToHandle | ( | float | x, |
| float | y, | ||
| double | ExRateX, | ||
| double | ExRateY, | ||
| unsigned int | Color, | ||
| int | FontHandle, | ||
| const TCHAR * | FormatString, | ||
| ... | |||
| ) |
| int DxLib::DrawExtendFormatVStringToHandle | ( | int | x, |
| int | y, | ||
| double | ExRateX, | ||
| double | ExRateY, | ||
| unsigned int | Color, | ||
| int | FontHandle, | ||
| const TCHAR * | FormatString, | ||
| ... | |||
| ) |
| int DxLib::DrawExtendFormatVStringToHandleToZBuffer | ( | int | x, |
| int | y, | ||
| double | ExRateX, | ||
| double | ExRateY, | ||
| int | FontHandle, | ||
| int | WriteZMode, | ||
| const TCHAR * | FormatString, | ||
| ... | |||
| ) |
| int DxLib::DrawExtendFormatVStringToZBuffer | ( | int | x, |
| int | y, | ||
| double | ExRateX, | ||
| double | ExRateY, | ||
| int | WriteZMode, | ||
| const TCHAR * | FormatString, | ||
| ... | |||
| ) |
| int DxLib::DrawExtendGraph | ( | int | x1, |
| int | y1, | ||
| int | x2, | ||
| int | y2, | ||
| int | GrHandle, | ||
| int | TransFlag | ||
| ) |
| int DxLib::DrawExtendGraph3D | ( | float | x, |
| float | y, | ||
| float | z, | ||
| double | ExRateX, | ||
| double | ExRateY, | ||
| int | GrHandle, | ||
| int | TransFlag | ||
| ) |
| int DxLib::DrawExtendGraphF | ( | float | x1f, |
| float | y1f, | ||
| float | x2f, | ||
| float | y2, | ||
| int | GrHandle, | ||
| int | TransFlag | ||
| ) |
| int DxLib::DrawExtendGraphToZBuffer | ( | int | x1, |
| int | y1, | ||
| int | x2, | ||
| int | y2, | ||
| int | GrHandle, | ||
| int | WriteZMode | ||
| ) |
| int DxLib::DrawExtendNString | ( | int | x, |
| int | y, | ||
| double | ExRateX, | ||
| double | ExRateY, | ||
| const TCHAR * | String, | ||
| size_t | StringLength, | ||
| unsigned int | Color, | ||
| unsigned int | EdgeColor = 0 |
||
| ) |
| int DxLib::DrawExtendNStringF | ( | float | x, |
| float | y, | ||
| double | ExRateX, | ||
| double | ExRateY, | ||
| const TCHAR * | String, | ||
| size_t | StringLength, | ||
| unsigned int | Color, | ||
| unsigned int | EdgeColor = 0 |
||
| ) |
| int DxLib::DrawExtendNStringFToHandle | ( | float | x, |
| float | y, | ||
| double | ExRateX, | ||
| double | ExRateY, | ||
| const TCHAR * | String, | ||
| size_t | StringLength, | ||
| unsigned int | Color, | ||
| int | FontHandle, | ||
| unsigned int | EdgeColor = 0, |
||
| int | VerticalFlag = FALSE |
||
| ) |
| int DxLib::DrawExtendNStringToHandle | ( | int | x, |
| int | y, | ||
| double | ExRateX, | ||
| double | ExRateY, | ||
| const TCHAR * | String, | ||
| size_t | StringLength, | ||
| unsigned int | Color, | ||
| int | FontHandle, | ||
| unsigned int | EdgeColor = 0, |
||
| int | VerticalFlag = FALSE |
||
| ) |
| int DxLib::DrawExtendNStringToHandleToZBuffer | ( | int | x, |
| int | y, | ||
| double | ExRateX, | ||
| double | ExRateY, | ||
| const TCHAR * | String, | ||
| size_t | StringLength, | ||
| int | FontHandle, | ||
| int | WriteZMode, | ||
| int | VerticalFlag = FALSE |
||
| ) |
| int DxLib::DrawExtendNStringToZBuffer | ( | int | x, |
| int | y, | ||
| double | ExRateX, | ||
| double | ExRateY, | ||
| const TCHAR * | String, | ||
| size_t | StringLength, | ||
| int | WriteZMode | ||
| ) |
| int DxLib::DrawExtendNVString | ( | int | x, |
| int | y, | ||
| double | ExRateX, | ||
| double | ExRateY, | ||
| const TCHAR * | String, | ||
| size_t | StringLength, | ||
| unsigned int | Color, | ||
| unsigned int | EdgeColor = 0 |
||
| ) |
| int DxLib::DrawExtendNVStringF | ( | float | x, |
| float | y, | ||
| double | ExRateX, | ||
| double | ExRateY, | ||
| const TCHAR * | String, | ||
| size_t | StringLength, | ||
| unsigned int | Color, | ||
| unsigned int | EdgeColor = 0 |
||
| ) |
| int DxLib::DrawExtendNVStringFToHandle | ( | float | x, |
| float | y, | ||
| double | ExRateX, | ||
| double | ExRateY, | ||
| const TCHAR * | String, | ||
| size_t | StringLength, | ||
| unsigned int | Color, | ||
| int | FontHandle, | ||
| unsigned int | EdgeColor = 0 |
||
| ) |
| int DxLib::DrawExtendNVStringToHandle | ( | int | x, |
| int | y, | ||
| double | ExRateX, | ||
| double | ExRateY, | ||
| const TCHAR * | String, | ||
| size_t | StringLength, | ||
| unsigned int | Color, | ||
| int | FontHandle, | ||
| unsigned int | EdgeColor = 0 |
||
| ) |
| int DxLib::DrawExtendNVStringToHandleToZBuffer | ( | int | x, |
| int | y, | ||
| double | ExRateX, | ||
| double | ExRateY, | ||
| const TCHAR * | String, | ||
| size_t | StringLength, | ||
| int | FontHandle, | ||
| int | WriteZMode | ||
| ) |
| int DxLib::DrawExtendNVStringToZBuffer | ( | int | x, |
| int | y, | ||
| double | ExRateX, | ||
| double | ExRateY, | ||
| const TCHAR * | String, | ||
| size_t | StringLength, | ||
| int | WriteZMode | ||
| ) |
| int DxLib::DrawExtendString | ( | int | x, |
| int | y, | ||
| double | ExRateX, | ||
| double | ExRateY, | ||
| const TCHAR * | String, | ||
| unsigned int | Color, | ||
| unsigned int | EdgeColor = 0 |
||
| ) |
| int DxLib::DrawExtendStringF | ( | float | x, |
| float | y, | ||
| double | ExRateX, | ||
| double | ExRateY, | ||
| const TCHAR * | String, | ||
| unsigned int | Color, | ||
| unsigned int | EdgeColor = 0 |
||
| ) |
| int DxLib::DrawExtendStringFToHandle | ( | float | x, |
| float | y, | ||
| double | ExRateX, | ||
| double | ExRateY, | ||
| const TCHAR * | String, | ||
| unsigned int | Color, | ||
| int | FontHandle, | ||
| unsigned int | EdgeColor = 0, |
||
| int | VerticalFlag = FALSE |
||
| ) |
| int DxLib::DrawExtendStringToHandle | ( | int | x, |
| int | y, | ||
| double | ExRateX, | ||
| double | ExRateY, | ||
| const TCHAR * | String, | ||
| unsigned int | Color, | ||
| int | FontHandle, | ||
| unsigned int | EdgeColor = 0, |
||
| int | VerticalFlag = FALSE |
||
| ) |
| int DxLib::DrawExtendStringToHandleToZBuffer | ( | int | x, |
| int | y, | ||
| double | ExRateX, | ||
| double | ExRateY, | ||
| const TCHAR * | String, | ||
| int | FontHandle, | ||
| int | WriteZMode, | ||
| int | VerticalFlag = FALSE |
||
| ) |
| int DxLib::DrawExtendStringToZBuffer | ( | int | x, |
| int | y, | ||
| double | ExRateX, | ||
| double | ExRateY, | ||
| const TCHAR * | String, | ||
| int | WriteZMode | ||
| ) |
| int DxLib::DrawExtendVString | ( | int | x, |
| int | y, | ||
| double | ExRateX, | ||
| double | ExRateY, | ||
| const TCHAR * | String, | ||
| unsigned int | Color, | ||
| unsigned int | EdgeColor = 0 |
||
| ) |
| int DxLib::DrawExtendVStringF | ( | float | x, |
| float | y, | ||
| double | ExRateX, | ||
| double | ExRateY, | ||
| const TCHAR * | String, | ||
| unsigned int | Color, | ||
| unsigned int | EdgeColor = 0 |
||
| ) |
| int DxLib::DrawExtendVStringFToHandle | ( | float | x, |
| float | y, | ||
| double | ExRateX, | ||
| double | ExRateY, | ||
| const TCHAR * | String, | ||
| unsigned int | Color, | ||
| int | FontHandle, | ||
| unsigned int | EdgeColor = 0 |
||
| ) |
| int DxLib::DrawExtendVStringToHandle | ( | int | x, |
| int | y, | ||
| double | ExRateX, | ||
| double | ExRateY, | ||
| const TCHAR * | String, | ||
| unsigned int | Color, | ||
| int | FontHandle, | ||
| unsigned int | EdgeColor = 0 |
||
| ) |
| int DxLib::DrawExtendVStringToHandleToZBuffer | ( | int | x, |
| int | y, | ||
| double | ExRateX, | ||
| double | ExRateY, | ||
| const TCHAR * | String, | ||
| int | FontHandle, | ||
| int | WriteZMode | ||
| ) |
| int DxLib::DrawExtendVStringToZBuffer | ( | int | x, |
| int | y, | ||
| double | ExRateX, | ||
| double | ExRateY, | ||
| const TCHAR * | String, | ||
| int | WriteZMode | ||
| ) |
| int DxLib::DrawFillBox | ( | int | x1, |
| int | y1, | ||
| int | x2, | ||
| int | y2, | ||
| unsigned int | Color | ||
| ) |
| int DxLib::DrawFillMask | ( | int | x1, |
| int | y1, | ||
| int | x2, | ||
| int | y2, | ||
| int | MaskHandle | ||
| ) |
| int DxLib::DrawFillMaskToDirectData | ( | int | x1, |
| int | y1, | ||
| int | x2, | ||
| int | y2, | ||
| int | Width, | ||
| int | Height, | ||
| const void * | MaskData | ||
| ) |
| int DxLib::DrawFormatString | ( | int | x, |
| int | y, | ||
| unsigned int | Color, | ||
| const TCHAR * | FormatString, | ||
| ... | |||
| ) |
| int DxLib::DrawFormatStringF | ( | float | x, |
| float | y, | ||
| unsigned int | Color, | ||
| const TCHAR * | FormatString, | ||
| ... | |||
| ) |
| int DxLib::DrawFormatStringFToHandle | ( | float | x, |
| float | y, | ||
| unsigned int | Color, | ||
| int | FontHandle, | ||
| const TCHAR * | FormatString, | ||
| ... | |||
| ) |
| int DxLib::DrawFormatStringMask | ( | int | x, |
| int | y, | ||
| int | Flag, | ||
| const TCHAR * | FormatString, | ||
| ... | |||
| ) |
| int DxLib::DrawFormatStringMaskToHandle | ( | int | x, |
| int | y, | ||
| int | Flag, | ||
| int | FontHandle, | ||
| const TCHAR * | FormatString, | ||
| ... | |||
| ) |
| int DxLib::DrawFormatStringToHandle | ( | int | x, |
| int | y, | ||
| unsigned int | Color, | ||
| int | FontHandle, | ||
| const TCHAR * | FormatString, | ||
| ... | |||
| ) |
| int DxLib::DrawFormatStringToHandleToZBuffer | ( | int | x, |
| int | y, | ||
| int | FontHandle, | ||
| int | WriteZMode, | ||
| const TCHAR * | FormatString, | ||
| ... | |||
| ) |
| int DxLib::DrawFormatStringToZBuffer | ( | int | x, |
| int | y, | ||
| int | WriteZMode, | ||
| const TCHAR * | FormatString, | ||
| ... | |||
| ) |
| int DxLib::DrawFormatVString | ( | int | x, |
| int | y, | ||
| unsigned int | Color, | ||
| const TCHAR * | FormatString, | ||
| ... | |||
| ) |
| int DxLib::DrawFormatVStringF | ( | float | x, |
| float | y, | ||
| unsigned int | Color, | ||
| const TCHAR * | FormatString, | ||
| ... | |||
| ) |
| int DxLib::DrawFormatVStringFToHandle | ( | float | x, |
| float | y, | ||
| unsigned int | Color, | ||
| int | FontHandle, | ||
| const TCHAR * | FormatString, | ||
| ... | |||
| ) |
| int DxLib::DrawFormatVStringToHandle | ( | int | x, |
| int | y, | ||
| unsigned int | Color, | ||
| int | FontHandle, | ||
| const TCHAR * | FormatString, | ||
| ... | |||
| ) |
| int DxLib::DrawFormatVStringToHandleToZBuffer | ( | int | x, |
| int | y, | ||
| int | FontHandle, | ||
| int | WriteZMode, | ||
| const TCHAR * | FormatString, | ||
| ... | |||
| ) |
| int DxLib::DrawFormatVStringToZBuffer | ( | int | x, |
| int | y, | ||
| int | WriteZMode, | ||
| const TCHAR * | FormatString, | ||
| ... | |||
| ) |
| int DxLib::DrawGraph | ( | int | x, |
| int | y, | ||
| int | GrHandle, | ||
| int | TransFlag | ||
| ) |
| int DxLib::DrawGraph3D | ( | float | x, |
| float | y, | ||
| float | z, | ||
| int | GrHandle, | ||
| int | TransFlag | ||
| ) |
| int DxLib::DrawGraphF | ( | float | xf, |
| float | yf, | ||
| int | GrHandle, | ||
| int | TransFlag | ||
| ) |
| int DxLib::DrawGraphToZBuffer | ( | int | X, |
| int | Y, | ||
| int | GrHandle, | ||
| int | WriteZMode | ||
| ) |
| int DxLib::DrawIMEInputString | ( | int | x, |
| int | y, | ||
| int | SelectStringNum, | ||
| int | DrawCandidateList = TRUE |
||
| ) |
| int DxLib::DrawKeyInputModeString | ( | int | x, |
| int | y | ||
| ) |
| int DxLib::DrawKeyInputString | ( | int | x, |
| int | y, | ||
| int | InputHandle, | ||
| int | DrawCandidateList = TRUE |
||
| ) |
| int DxLib::DrawLine | ( | int | x1, |
| int | y1, | ||
| int | x2, | ||
| int | y2, | ||
| unsigned int | Color, | ||
| int | Thickness = 1 |
||
| ) |
| int DxLib::DrawLineAA | ( | float | x1, |
| float | y1, | ||
| float | x2, | ||
| float | y2, | ||
| unsigned int | Color, | ||
| float | Thickness = 1.0f |
||
| ) |
| int DxLib::DrawLineBaseImage | ( | BASEIMAGE * | BaseImage, |
| int | x1, | ||
| int | y1, | ||
| int | x2, | ||
| int | y2, | ||
| int | r, | ||
| int | g, | ||
| int | b, | ||
| int | a | ||
| ) |
| int DxLib::DrawLineBox | ( | int | x1, |
| int | y1, | ||
| int | x2, | ||
| int | y2, | ||
| unsigned int | Color | ||
| ) |
| int DxLib::DrawLineSet | ( | const LINEDATA * | LineDataArray, |
| int | Num | ||
| ) |
| int DxLib::DrawLineSoftImage | ( | int | SIHandle, |
| int | x1, | ||
| int | y1, | ||
| int | x2, | ||
| int | y2, | ||
| int | r, | ||
| int | g, | ||
| int | b, | ||
| int | a | ||
| ) |
| int DxLib::DrawMask | ( | int | x, |
| int | y, | ||
| int | MaskHandle, | ||
| int | TransMode | ||
| ) |
| int DxLib::DrawMaskToDirectData | ( | int | x, |
| int | y, | ||
| int | Width, | ||
| int | Height, | ||
| const void * | MaskData, | ||
| int | TransMode | ||
| ) |
| int DxLib::DrawModiBillboard3D | ( | VECTOR | Pos, |
| float | x1, | ||
| float | y1, | ||
| float | x2, | ||
| float | y2, | ||
| float | x3, | ||
| float | y3, | ||
| float | x4, | ||
| float | y4, | ||
| int | GrHandle, | ||
| int | TransFlag | ||
| ) |
| int DxLib::DrawModiFormatString | ( | int | x1, |
| int | y1, | ||
| int | x2, | ||
| int | y2, | ||
| int | x3, | ||
| int | y3, | ||
| int | x4, | ||
| int | y4, | ||
| unsigned int | Color, | ||
| unsigned int | EdgeColor = 0, |
||
| int | VerticalFlag = FALSE, |
||
| const TCHAR * | FormatString = NULL, |
||
| ... | |||
| ) |
| int DxLib::DrawModiFormatStringF | ( | float | x1, |
| float | y1, | ||
| float | x2, | ||
| float | y2, | ||
| float | x3, | ||
| float | y3, | ||
| float | x4, | ||
| float | y4, | ||
| unsigned int | Color, | ||
| unsigned int | EdgeColor = 0, |
||
| int | VerticalFlag = FALSE, |
||
| const TCHAR * | FormatString = NULL, |
||
| ... | |||
| ) |
| int DxLib::DrawModiFormatStringFToHandle | ( | float | x1, |
| float | y1, | ||
| float | x2, | ||
| float | y2, | ||
| float | x3, | ||
| float | y3, | ||
| float | x4, | ||
| float | y4, | ||
| unsigned int | Color, | ||
| int | FontHandle, | ||
| unsigned int | EdgeColor, | ||
| int | VerticalFlag, | ||
| const TCHAR * | FormatString, | ||
| ... | |||
| ) |
| int DxLib::DrawModiFormatStringToHandle | ( | int | x1, |
| int | y1, | ||
| int | x2, | ||
| int | y2, | ||
| int | x3, | ||
| int | y3, | ||
| int | x4, | ||
| int | y4, | ||
| unsigned int | Color, | ||
| int | FontHandle, | ||
| unsigned int | EdgeColor, | ||
| int | VerticalFlag, | ||
| const TCHAR * | FormatString, | ||
| ... | |||
| ) |
| int DxLib::DrawModiFormatStringToHandleToZBuffer | ( | int | x1, |
| int | y1, | ||
| int | x2, | ||
| int | y2, | ||
| int | x3, | ||
| int | y3, | ||
| int | x4, | ||
| int | y4, | ||
| int | FontHandle, | ||
| int | WriteZMode, | ||
| int | VerticalFlag, | ||
| const TCHAR * | FormatString, | ||
| ... | |||
| ) |
| int DxLib::DrawModiFormatStringToZBuffer | ( | int | x1, |
| int | y1, | ||
| int | x2, | ||
| int | y2, | ||
| int | x3, | ||
| int | y3, | ||
| int | x4, | ||
| int | y4, | ||
| int | WriteZMode, | ||
| int | VerticalFlag, | ||
| const TCHAR * | FormatString, | ||
| ... | |||
| ) |
| int DxLib::DrawModiGraph | ( | int | x1, |
| int | y1, | ||
| int | x2, | ||
| int | y2, | ||
| int | x3, | ||
| int | y3, | ||
| int | x4, | ||
| int | y4, | ||
| int | GrHandle, | ||
| int | TransFlag | ||
| ) |
| int DxLib::DrawModiGraphF | ( | float | x1, |
| float | y1, | ||
| float | x2, | ||
| float | y2, | ||
| float | x3, | ||
| float | y3, | ||
| float | x4, | ||
| float | y4, | ||
| int | GrHandle, | ||
| int | TransFlag | ||
| ) |
| int DxLib::DrawModiGraphToZBuffer | ( | int | x1, |
| int | y1, | ||
| int | x2, | ||
| int | y2, | ||
| int | x3, | ||
| int | y3, | ||
| int | x4, | ||
| int | y4, | ||
| int | GrHandle, | ||
| int | WriteZMode | ||
| ) |
| int DxLib::DrawModiNString | ( | int | x1, |
| int | y1, | ||
| int | x2, | ||
| int | y2, | ||
| int | x3, | ||
| int | y3, | ||
| int | x4, | ||
| int | y4, | ||
| unsigned int | Color, | ||
| unsigned int | EdgeColor = 0, |
||
| int | VerticalFlag = FALSE, |
||
| const TCHAR * | String = NULL, |
||
| size_t | StringLength = 0 |
||
| ) |
| int DxLib::DrawModiNStringF | ( | float | x1, |
| float | y1, | ||
| float | x2, | ||
| float | y2, | ||
| float | x3, | ||
| float | y3, | ||
| float | x4, | ||
| float | y4, | ||
| unsigned int | Color, | ||
| unsigned int | EdgeColor = 0, |
||
| int | VerticalFlag = FALSE, |
||
| const TCHAR * | String = NULL, |
||
| size_t | StringLength = 0 |
||
| ) |
| int DxLib::DrawModiNStringFToHandle | ( | float | x1, |
| float | y1, | ||
| float | x2, | ||
| float | y2, | ||
| float | x3, | ||
| float | y3, | ||
| float | x4, | ||
| float | y4, | ||
| unsigned int | Color, | ||
| int | FontHandle, | ||
| unsigned int | EdgeColor, | ||
| int | VerticalFlag, | ||
| const TCHAR * | String, | ||
| size_t | StringLength | ||
| ) |
| int DxLib::DrawModiNStringToHandle | ( | int | x1, |
| int | y1, | ||
| int | x2, | ||
| int | y2, | ||
| int | x3, | ||
| int | y3, | ||
| int | x4, | ||
| int | y4, | ||
| unsigned int | Color, | ||
| int | FontHandle, | ||
| unsigned int | EdgeColor, | ||
| int | VerticalFlag, | ||
| const TCHAR * | String, | ||
| size_t | StringLength | ||
| ) |
| int DxLib::DrawModiNStringToHandleToZBuffer | ( | int | x1, |
| int | y1, | ||
| int | x2, | ||
| int | y2, | ||
| int | x3, | ||
| int | y3, | ||
| int | x4, | ||
| int | y4, | ||
| int | FontHandle, | ||
| int | WriteZMode, | ||
| int | VerticalFlag, | ||
| const TCHAR * | String, | ||
| size_t | StringLength | ||
| ) |
| int DxLib::DrawModiNStringToZBuffer | ( | int | x1, |
| int | y1, | ||
| int | x2, | ||
| int | y2, | ||
| int | x3, | ||
| int | y3, | ||
| int | x4, | ||
| int | y4, | ||
| int | WriteZMode, | ||
| int | VerticalFlag, | ||
| const TCHAR * | String, | ||
| size_t | StringLength | ||
| ) |
| int DxLib::DrawModiString | ( | int | x1, |
| int | y1, | ||
| int | x2, | ||
| int | y2, | ||
| int | x3, | ||
| int | y3, | ||
| int | x4, | ||
| int | y4, | ||
| unsigned int | Color, | ||
| unsigned int | EdgeColor = 0, |
||
| int | VerticalFlag = FALSE, |
||
| const TCHAR * | String = NULL |
||
| ) |
| int DxLib::DrawModiStringF | ( | float | x1, |
| float | y1, | ||
| float | x2, | ||
| float | y2, | ||
| float | x3, | ||
| float | y3, | ||
| float | x4, | ||
| float | y4, | ||
| unsigned int | Color, | ||
| unsigned int | EdgeColor = 0, |
||
| int | VerticalFlag = FALSE, |
||
| const TCHAR * | String = NULL |
||
| ) |
| int DxLib::DrawModiStringFToHandle | ( | float | x1, |
| float | y1, | ||
| float | x2, | ||
| float | y2, | ||
| float | x3, | ||
| float | y3, | ||
| float | x4, | ||
| float | y4, | ||
| unsigned int | Color, | ||
| int | FontHandle, | ||
| unsigned int | EdgeColor, | ||
| int | VerticalFlag, | ||
| const TCHAR * | String | ||
| ) |
| int DxLib::DrawModiStringToHandle | ( | int | x1, |
| int | y1, | ||
| int | x2, | ||
| int | y2, | ||
| int | x3, | ||
| int | y3, | ||
| int | x4, | ||
| int | y4, | ||
| unsigned int | Color, | ||
| int | FontHandle, | ||
| unsigned int | EdgeColor, | ||
| int | VerticalFlag, | ||
| const TCHAR * | String | ||
| ) |
| int DxLib::DrawModiStringToHandleToZBuffer | ( | int | x1, |
| int | y1, | ||
| int | x2, | ||
| int | y2, | ||
| int | x3, | ||
| int | y3, | ||
| int | x4, | ||
| int | y4, | ||
| int | FontHandle, | ||
| int | WriteZMode, | ||
| int | VerticalFlag, | ||
| const TCHAR * | String | ||
| ) |
| int DxLib::DrawModiStringToZBuffer | ( | int | x1, |
| int | y1, | ||
| int | x2, | ||
| int | y2, | ||
| int | x3, | ||
| int | y3, | ||
| int | x4, | ||
| int | y4, | ||
| int | WriteZMode, | ||
| int | VerticalFlag, | ||
| const TCHAR * | String | ||
| ) |
| int DxLib::DrawNString | ( | int | x, |
| int | y, | ||
| const TCHAR * | String, | ||
| size_t | StringLength, | ||
| unsigned int | Color, | ||
| unsigned int | EdgeColor = 0 |
||
| ) |
| int DxLib::DrawNStringF | ( | float | x, |
| float | y, | ||
| const TCHAR * | String, | ||
| size_t | StringLength, | ||
| unsigned int | Color, | ||
| unsigned int | EdgeColor = 0 |
||
| ) |
| int DxLib::DrawNStringFToHandle | ( | float | x, |
| float | y, | ||
| const TCHAR * | String, | ||
| size_t | StringLength, | ||
| unsigned int | Color, | ||
| int | FontHandle, | ||
| unsigned int | EdgeColor = 0, |
||
| int | VerticalFlag = FALSE |
||
| ) |
| int DxLib::DrawNStringMask | ( | int | x, |
| int | y, | ||
| int | Flag, | ||
| const TCHAR * | String, | ||
| size_t | StringLength | ||
| ) |
| int DxLib::DrawNStringMaskToHandle | ( | int | x, |
| int | y, | ||
| int | Flag, | ||
| int | FontHandle, | ||
| const TCHAR * | String, | ||
| size_t | StringLength | ||
| ) |
| int DxLib::DrawNStringToHandle | ( | int | x, |
| int | y, | ||
| const TCHAR * | String, | ||
| size_t | StringLength, | ||
| unsigned int | Color, | ||
| int | FontHandle, | ||
| unsigned int | EdgeColor = 0, |
||
| int | VerticalFlag = FALSE |
||
| ) |
| int DxLib::DrawNStringToHandleToZBuffer | ( | int | x, |
| int | y, | ||
| const TCHAR * | String, | ||
| size_t | StringLength, | ||
| int | FontHandle, | ||
| int | WriteZMode, | ||
| int | VerticalFlag = FALSE |
||
| ) |
| int DxLib::DrawNStringToZBuffer | ( | int | x, |
| int | y, | ||
| const TCHAR * | String, | ||
| size_t | StringLength, | ||
| int | WriteZMode | ||
| ) |
| int DxLib::DrawNumberPlusToF | ( | int | x, |
| int | y, | ||
| const TCHAR * | NoteString, | ||
| double | Num, | ||
| int | Length, | ||
| unsigned int | Color, | ||
| unsigned int | EdgeColor = 0 |
||
| ) |
| int DxLib::DrawNumberPlusToFToHandle | ( | int | x, |
| int | y, | ||
| const TCHAR * | NoteString, | ||
| double | Num, | ||
| int | Length, | ||
| unsigned int | Color, | ||
| int | FontHandle, | ||
| unsigned int | EdgeColor = 0 |
||
| ) |
| int DxLib::DrawNumberPlusToI | ( | int | x, |
| int | y, | ||
| const TCHAR * | NoteString, | ||
| int | Num, | ||
| int | RisesNum, | ||
| unsigned int | Color, | ||
| unsigned int | EdgeColor = 0 |
||
| ) |
| int DxLib::DrawNumberPlusToIToHandle | ( | int | x, |
| int | y, | ||
| const TCHAR * | NoteString, | ||
| int | Num, | ||
| int | RisesNum, | ||
| unsigned int | Color, | ||
| int | FontHandle, | ||
| unsigned int | EdgeColor = 0 |
||
| ) |
| int DxLib::DrawNumberToF | ( | int | x, |
| int | y, | ||
| double | Num, | ||
| int | Length, | ||
| unsigned int | Color, | ||
| unsigned int | EdgeColor = 0 |
||
| ) |
| int DxLib::DrawNumberToFToHandle | ( | int | x, |
| int | y, | ||
| double | Num, | ||
| int | Length, | ||
| unsigned int | Color, | ||
| int | FontHandle, | ||
| unsigned int | EdgeColor = 0 |
||
| ) |
| int DxLib::DrawNumberToI | ( | int | x, |
| int | y, | ||
| int | Num, | ||
| int | RisesNum, | ||
| unsigned int | Color, | ||
| unsigned int | EdgeColor = 0 |
||
| ) |
| int DxLib::DrawNumberToIToHandle | ( | int | x, |
| int | y, | ||
| int | Num, | ||
| int | RisesNum, | ||
| unsigned int | Color, | ||
| int | FontHandle, | ||
| unsigned int | EdgeColor = 0 |
||
| ) |
| int DxLib::DrawNVString | ( | int | x, |
| int | y, | ||
| const TCHAR * | String, | ||
| size_t | StringLength, | ||
| unsigned int | Color, | ||
| unsigned int | EdgeColor = 0 |
||
| ) |
| int DxLib::DrawNVStringF | ( | float | x, |
| float | y, | ||
| const TCHAR * | String, | ||
| size_t | StringLength, | ||
| unsigned int | Color, | ||
| unsigned int | EdgeColor = 0 |
||
| ) |
| int DxLib::DrawNVStringFToHandle | ( | float | x, |
| float | y, | ||
| const TCHAR * | String, | ||
| size_t | StringLength, | ||
| unsigned int | Color, | ||
| int | FontHandle, | ||
| unsigned int | EdgeColor = 0 |
||
| ) |
| int DxLib::DrawNVStringToHandle | ( | int | x, |
| int | y, | ||
| const TCHAR * | String, | ||
| size_t | StringLength, | ||
| unsigned int | Color, | ||
| int | FontHandle, | ||
| unsigned int | EdgeColor = 0 |
||
| ) |
| int DxLib::DrawNVStringToHandleToZBuffer | ( | int | x, |
| int | y, | ||
| const TCHAR * | String, | ||
| size_t | StringLength, | ||
| int | FontHandle, | ||
| int | WriteZMode | ||
| ) |
| int DxLib::DrawNVStringToZBuffer | ( | int | x, |
| int | y, | ||
| const TCHAR * | String, | ||
| size_t | StringLength, | ||
| int | WriteZMode | ||
| ) |
| int DxLib::DrawObtainsBox | ( | int | x1, |
| int | y1, | ||
| int | x2, | ||
| int | y2, | ||
| int | AddY, | ||
| unsigned int | Color, | ||
| int | FillFlag | ||
| ) |
| int DxLib::DrawObtainsNString | ( | int | x, |
| int | y, | ||
| int | AddY, | ||
| const TCHAR * | String, | ||
| size_t | StringLength, | ||
| unsigned int | StrColor, | ||
| unsigned int | StrEdgeColor = 0, |
||
| int | FontHandle = -1, |
||
| unsigned int | SelectBackColor = 0xffffffff, |
||
| unsigned int | SelectStrColor = 0, |
||
| unsigned int | SelectStrEdgeColor = 0xffffffff, |
||
| int | SelectStart = -1, |
||
| int | SelectEnd = -1 |
||
| ) |
| int DxLib::DrawObtainsNString_CharClip | ( | int | x, |
| int | y, | ||
| int | AddY, | ||
| const TCHAR * | String, | ||
| size_t | StringLength, | ||
| unsigned int | StrColor, | ||
| unsigned int | StrEdgeColor = 0, |
||
| int | FontHandle = -1, |
||
| unsigned int | SelectBackColor = 0xffffffff, |
||
| unsigned int | SelectStrColor = 0, |
||
| unsigned int | SelectStrEdgeColor = 0xffffffff, |
||
| int | SelectStart = -1, |
||
| int | SelectEnd = -1 |
||
| ) |
| int DxLib::DrawObtainsString | ( | int | x, |
| int | y, | ||
| int | AddY, | ||
| const TCHAR * | String, | ||
| unsigned int | StrColor, | ||
| unsigned int | StrEdgeColor = 0, |
||
| int | FontHandle = -1, |
||
| unsigned int | SelectBackColor = 0xffffffff, |
||
| unsigned int | SelectStrColor = 0, |
||
| unsigned int | SelectStrEdgeColor = 0xffffffff, |
||
| int | SelectStart = -1, |
||
| int | SelectEnd = -1 |
||
| ) |
| int DxLib::DrawObtainsString_CharClip | ( | int | x, |
| int | y, | ||
| int | AddY, | ||
| const TCHAR * | String, | ||
| unsigned int | StrColor, | ||
| unsigned int | StrEdgeColor = 0, |
||
| int | FontHandle = -1, |
||
| unsigned int | SelectBackColor = 0xffffffff, |
||
| unsigned int | SelectStrColor = 0, |
||
| unsigned int | SelectStrEdgeColor = 0xffffffff, |
||
| int | SelectStart = -1, |
||
| int | SelectEnd = -1 |
||
| ) |
| int DxLib::DrawOval | ( | int | x, |
| int | y, | ||
| int | rx, | ||
| int | ry, | ||
| unsigned int | Color, | ||
| int | FillFlag, | ||
| int | LineThickness = 1 |
||
| ) |
| int DxLib::DrawOval_Rect | ( | int | x1, |
| int | y1, | ||
| int | x2, | ||
| int | y2, | ||
| unsigned int | Color, | ||
| int | FillFlag | ||
| ) |
| int DxLib::DrawOvalAA | ( | float | x, |
| float | y, | ||
| float | rx, | ||
| float | ry, | ||
| int | posnum, | ||
| unsigned int | Color, | ||
| int | FillFlag, | ||
| float | LineThickness = 1.0f |
||
| ) |
| int DxLib::DrawPixel | ( | int | x, |
| int | y, | ||
| unsigned int | Color | ||
| ) |
| int DxLib::DrawPixel3D | ( | VECTOR | Pos, |
| unsigned int | Color | ||
| ) |
| int DxLib::DrawPixel3DD | ( | VECTOR_D | Pos, |
| unsigned int | Color | ||
| ) |
| int DxLib::DrawPixelPalCodeSoftImage | ( | int | SIHandle, |
| int | x, | ||
| int | y, | ||
| int | palNo | ||
| ) |
| int DxLib::DrawPixelSet | ( | const POINTDATA * | PointDataArray, |
| int | Num | ||
| ) |
| int DxLib::DrawPixelSoftImage | ( | int | SIHandle, |
| int | x, | ||
| int | y, | ||
| int | r, | ||
| int | g, | ||
| int | b, | ||
| int | a | ||
| ) |
| void DxLib::DrawPixelSoftImage_Unsafe_ARGB8 | ( | int | SIHandle, |
| int | x, | ||
| int | y, | ||
| int | r, | ||
| int | g, | ||
| int | b, | ||
| int | a | ||
| ) |
| void DxLib::DrawPixelSoftImage_Unsafe_XRGB8 | ( | int | SIHandle, |
| int | x, | ||
| int | y, | ||
| int | r, | ||
| int | g, | ||
| int | b | ||
| ) |
| int DxLib::DrawPixelSoftImageF | ( | int | SIHandle, |
| int | x, | ||
| int | y, | ||
| float | r, | ||
| float | g, | ||
| float | b, | ||
| float | a | ||
| ) |
| int DxLib::DrawPolygon | ( | const VERTEX * | VertexArray, |
| int | PolygonNum, | ||
| int | GrHandle, | ||
| int | TransFlag, | ||
| int | UVScaling = FALSE |
||
| ) |
| int DxLib::DrawPolygon2D | ( | const VERTEX2D * | VertexArray, |
| int | PolygonNum, | ||
| int | GrHandle, | ||
| int | TransFlag | ||
| ) |
| int DxLib::DrawPolygon2DToShader | ( | const VERTEX2DSHADER * | VertexArray, |
| int | PolygonNum | ||
| ) |
| int DxLib::DrawPolygon3D | ( | const VERTEX3D * | VertexArray, |
| int | PolygonNum, | ||
| int | GrHandle, | ||
| int | TransFlag | ||
| ) |
| int DxLib::DrawPolygon3D | ( | const VERTEX_3D * | VertexArray, |
| int | PolygonNum, | ||
| int | GrHandle, | ||
| int | TransFlag | ||
| ) |
| int DxLib::DrawPolygon3D_UseVertexBuffer | ( | int | VertexBufHandle, |
| int | GrHandle, | ||
| int | TransFlag | ||
| ) |
| int DxLib::DrawPolygon3DBase | ( | const VERTEX_3D * | VertexArray, |
| int | VertexNum, | ||
| int | PrimitiveType, | ||
| int | GrHandle, | ||
| int | TransFlag | ||
| ) |
| int DxLib::DrawPolygon3DToShader | ( | const VERTEX3DSHADER * | VertexArray, |
| int | PolygonNum | ||
| ) |
| int DxLib::DrawPolygon3DToShader_UseVertexBuffer | ( | int | VertexBufHandle | ) |
| int DxLib::DrawPolygonBase | ( | const VERTEX * | VertexArray, |
| int | VertexNum, | ||
| int | PrimitiveType, | ||
| int | GrHandle, | ||
| int | TransFlag, | ||
| int | UVScaling = FALSE |
||
| ) |
| int DxLib::DrawPolygonIndexed2D | ( | const VERTEX2D * | VertexArray, |
| int | VertexNum, | ||
| const unsigned short * | IndexArray, | ||
| int | PolygonNum, | ||
| int | GrHandle, | ||
| int | TransFlag | ||
| ) |
| int DxLib::DrawPolygonIndexed2DToShader | ( | const VERTEX2DSHADER * | VertexArray, |
| int | VertexNum, | ||
| const unsigned short * | IndexArray, | ||
| int | PolygonNum | ||
| ) |
| int DxLib::DrawPolygonIndexed3D | ( | const VERTEX3D * | VertexArray, |
| int | VertexNum, | ||
| const unsigned short * | IndexArray, | ||
| int | PolygonNum, | ||
| int | GrHandle, | ||
| int | TransFlag | ||
| ) |
| int DxLib::DrawPolygonIndexed3D_UseVertexBuffer | ( | int | VertexBufHandle, |
| int | IndexBufHandle, | ||
| int | GrHandle, | ||
| int | TransFlag | ||
| ) |
| int DxLib::DrawPolygonIndexed3DBase | ( | const VERTEX_3D * | VertexArray, |
| int | VertexNum, | ||
| const unsigned short * | IndexArray, | ||
| int | IndexNum, | ||
| int | PrimitiveType, | ||
| int | GrHandle, | ||
| int | TransFlag | ||
| ) |
| int DxLib::DrawPolygonIndexed3DToShader | ( | const VERTEX3DSHADER * | VertexArray, |
| int | VertexNum, | ||
| const unsigned short * | IndexArray, | ||
| int | PolygonNum | ||
| ) |
| int DxLib::DrawPolygonIndexed3DToShader_UseVertexBuffer | ( | int | VertexBufHandle, |
| int | IndexBufHandle | ||
| ) |
| int DxLib::DrawPrimitive2D | ( | const VERTEX2D * | VertexArray, |
| int | VertexNum, | ||
| int | PrimitiveType, | ||
| int | GrHandle, | ||
| int | TransFlag | ||
| ) |
| int DxLib::DrawPrimitive2DToShader | ( | const VERTEX2DSHADER * | VertexArray, |
| int | VertexNum, | ||
| int | PrimitiveType | ||
| ) |
| int DxLib::DrawPrimitive3D | ( | const VERTEX3D * | VertexArray, |
| int | VertexNum, | ||
| int | PrimitiveType, | ||
| int | GrHandle, | ||
| int | TransFlag | ||
| ) |
| int DxLib::DrawPrimitive3D_UseVertexBuffer | ( | int | VertexBufHandle, |
| int | PrimitiveType, | ||
| int | GrHandle, | ||
| int | TransFlag | ||
| ) |
| int DxLib::DrawPrimitive3D_UseVertexBuffer2 | ( | int | VertexBufHandle, |
| int | PrimitiveType, | ||
| int | StartVertex, | ||
| int | UseVertexNum, | ||
| int | GrHandle, | ||
| int | TransFlag | ||
| ) |
| int DxLib::DrawPrimitive3DToShader | ( | const VERTEX3DSHADER * | VertexArray, |
| int | VertexNum, | ||
| int | PrimitiveType | ||
| ) |
| int DxLib::DrawPrimitive3DToShader_UseVertexBuffer | ( | int | VertexBufHandle, |
| int | PrimitiveType | ||
| ) |
| int DxLib::DrawPrimitive3DToShader_UseVertexBuffer2 | ( | int | VertexBufHandle, |
| int | PrimitiveType, | ||
| int | StartVertex, | ||
| int | UseVertexNum | ||
| ) |
| int DxLib::DrawPrimitiveIndexed2D | ( | const VERTEX2D * | VertexArray, |
| int | VertexNum, | ||
| const unsigned short * | IndexArray, | ||
| int | IndexNum, | ||
| int | PrimitiveType, | ||
| int | GrHandle, | ||
| int | TransFlag | ||
| ) |
| int DxLib::DrawPrimitiveIndexed2DToShader | ( | const VERTEX2DSHADER * | VertexArray, |
| int | VertexNum, | ||
| const unsigned short * | IndexArray, | ||
| int | IndexNum, | ||
| int | PrimitiveType | ||
| ) |
| int DxLib::DrawPrimitiveIndexed3D | ( | const VERTEX3D * | VertexArray, |
| int | VertexNum, | ||
| const unsigned short * | IndexArray, | ||
| int | IndexNum, | ||
| int | PrimitiveType, | ||
| int | GrHandle, | ||
| int | TransFlag | ||
| ) |
| int DxLib::DrawPrimitiveIndexed3D_UseVertexBuffer | ( | int | VertexBufHandle, |
| int | IndexBufHandle, | ||
| int | PrimitiveType, | ||
| int | GrHandle, | ||
| int | TransFlag | ||
| ) |
| int DxLib::DrawPrimitiveIndexed3D_UseVertexBuffer2 | ( | int | VertexBufHandle, |
| int | IndexBufHandle, | ||
| int | PrimitiveType, | ||
| int | BaseVertex, | ||
| int | StartVertex, | ||
| int | UseVertexNum, | ||
| int | StartIndex, | ||
| int | UseIndexNum, | ||
| int | GrHandle, | ||
| int | TransFlag | ||
| ) |
| int DxLib::DrawPrimitiveIndexed3DToShader | ( | const VERTEX3DSHADER * | VertexArray, |
| int | VertexNum, | ||
| const unsigned short * | IndexArray, | ||
| int | IndexNum, | ||
| int | PrimitiveType | ||
| ) |
| int DxLib::DrawPrimitiveIndexed3DToShader_UseVertexBuffer | ( | int | VertexBufHandle, |
| int | IndexBufHandle, | ||
| int | PrimitiveType | ||
| ) |
| int DxLib::DrawPrimitiveIndexed3DToShader_UseVertexBuffer2 | ( | int | VertexBufHandle, |
| int | IndexBufHandle, | ||
| int | PrimitiveType, | ||
| int | BaseVertex, | ||
| int | StartVertex, | ||
| int | UseVertexNum, | ||
| int | StartIndex, | ||
| int | UseIndexNum | ||
| ) |
| int DxLib::DrawQuadrangle | ( | int | x1, |
| int | y1, | ||
| int | x2, | ||
| int | y2, | ||
| int | x3, | ||
| int | y3, | ||
| int | x4, | ||
| int | y4, | ||
| unsigned int | Color, | ||
| int | FillFlag | ||
| ) |
| int DxLib::DrawQuadrangleAA | ( | float | x1, |
| float | y1, | ||
| float | x2, | ||
| float | y2, | ||
| float | x3, | ||
| float | y3, | ||
| float | x4, | ||
| float | y4, | ||
| unsigned int | Color, | ||
| int | FillFlag, | ||
| float | LineThickness = 1.0f |
||
| ) |
| int DxLib::DrawQuadrangleToZBuffer | ( | int | x1, |
| int | y1, | ||
| int | x2, | ||
| int | y2, | ||
| int | x3, | ||
| int | y3, | ||
| int | x4, | ||
| int | y4, | ||
| int | FillFlag, | ||
| int | WriteZMode | ||
| ) |
| int DxLib::DrawRectExtendGraph | ( | int | DestX1, |
| int | DestY1, | ||
| int | DestX2, | ||
| int | DestY2, | ||
| int | SrcX, | ||
| int | SrcY, | ||
| int | SrcWidth, | ||
| int | SrcHeight, | ||
| int | GraphHandle, | ||
| int | TransFlag | ||
| ) |
| int DxLib::DrawRectExtendGraphF | ( | float | DestX1, |
| float | DestY1, | ||
| float | DestX2, | ||
| float | DestY2, | ||
| int | SrcX, | ||
| int | SrcY, | ||
| int | SrcWidth, | ||
| int | SrcHeight, | ||
| int | GraphHandle, | ||
| int | TransFlag | ||
| ) |
| int DxLib::DrawRectGraph | ( | int | DestX, |
| int | DestY, | ||
| int | SrcX, | ||
| int | SrcY, | ||
| int | Width, | ||
| int | Height, | ||
| int | GraphHandle, | ||
| int | TransFlag, | ||
| int | ReverseXFlag = FALSE, |
||
| int | ReverseYFlag = FALSE |
||
| ) |
| int DxLib::DrawRectGraphF | ( | float | DestX, |
| float | DestY, | ||
| int | SrcX, | ||
| int | SrcY, | ||
| int | Width, | ||
| int | Height, | ||
| int | GraphHandle, | ||
| int | TransFlag, | ||
| int | ReverseXFlag = FALSE, |
||
| int | ReverseYFlag = FALSE |
||
| ) |
| int DxLib::DrawRectModiGraph | ( | int | x1, |
| int | y1, | ||
| int | x2, | ||
| int | y2, | ||
| int | x3, | ||
| int | y3, | ||
| int | x4, | ||
| int | y4, | ||
| int | SrcX, | ||
| int | SrcY, | ||
| int | Width, | ||
| int | Height, | ||
| int | GraphHandle, | ||
| int | TransFlag | ||
| ) |
| int DxLib::DrawRectModiGraphF | ( | float | x1, |
| float | y1, | ||
| float | x2, | ||
| float | y2, | ||
| float | x3, | ||
| float | y3, | ||
| float | x4, | ||
| float | y4, | ||
| int | SrcX, | ||
| int | SrcY, | ||
| int | Width, | ||
| int | Height, | ||
| int | GraphHandle, | ||
| int | TransFlag | ||
| ) |
| int DxLib::DrawRectRotaGraph | ( | int | x, |
| int | y, | ||
| int | SrcX, | ||
| int | SrcY, | ||
| int | Width, | ||
| int | Height, | ||
| double | ExtRate, | ||
| double | Angle, | ||
| int | GraphHandle, | ||
| int | TransFlag, | ||
| int | ReverseXFlag = FALSE, |
||
| int | ReverseYFlag = FALSE |
||
| ) |
| int DxLib::DrawRectRotaGraph2 | ( | int | x, |
| int | y, | ||
| int | SrcX, | ||
| int | SrcY, | ||
| int | Width, | ||
| int | Height, | ||
| int | cx, | ||
| int | cy, | ||
| double | ExtRate, | ||
| double | Angle, | ||
| int | GraphHandle, | ||
| int | TransFlag, | ||
| int | ReverseXFlag = FALSE, |
||
| int | ReverseYFlag = FALSE |
||
| ) |
| int DxLib::DrawRectRotaGraph2F | ( | float | x, |
| float | y, | ||
| int | SrcX, | ||
| int | SrcY, | ||
| int | Width, | ||
| int | Height, | ||
| float | cxf, | ||
| float | cyf, | ||
| double | ExtRate, | ||
| double | Angle, | ||
| int | GraphHandle, | ||
| int | TransFlag, | ||
| int | ReverseXFlag = FALSE, |
||
| int | ReverseYFlag = FALSE |
||
| ) |
| int DxLib::DrawRectRotaGraph3 | ( | int | x, |
| int | y, | ||
| int | SrcX, | ||
| int | SrcY, | ||
| int | Width, | ||
| int | Height, | ||
| int | cx, | ||
| int | cy, | ||
| double | ExtRateX, | ||
| double | ExtRateY, | ||
| double | Angle, | ||
| int | GraphHandle, | ||
| int | TransFlag, | ||
| int | ReverseXFlag = FALSE, |
||
| int | ReverseYFlag = FALSE |
||
| ) |
| int DxLib::DrawRectRotaGraph3F | ( | float | x, |
| float | y, | ||
| int | SrcX, | ||
| int | SrcY, | ||
| int | Width, | ||
| int | Height, | ||
| float | cxf, | ||
| float | cyf, | ||
| double | ExtRateX, | ||
| double | ExtRateY, | ||
| double | Angle, | ||
| int | GraphHandle, | ||
| int | TransFlag, | ||
| int | ReverseXFlag = FALSE, |
||
| int | ReverseYFlag = FALSE |
||
| ) |
| int DxLib::DrawRectRotaGraphF | ( | float | x, |
| float | y, | ||
| int | SrcX, | ||
| int | SrcY, | ||
| int | Width, | ||
| int | Height, | ||
| double | ExtRate, | ||
| double | Angle, | ||
| int | GraphHandle, | ||
| int | TransFlag, | ||
| int | ReverseXFlag = FALSE, |
||
| int | ReverseYFlag = FALSE |
||
| ) |
| int DxLib::DrawRectRotaGraphFast | ( | int | x, |
| int | y, | ||
| int | SrcX, | ||
| int | SrcY, | ||
| int | Width, | ||
| int | Height, | ||
| float | ExtRate, | ||
| float | Angle, | ||
| int | GraphHandle, | ||
| int | TransFlag, | ||
| int | ReverseXFlag = FALSE, |
||
| int | ReverseYFlag = FALSE |
||
| ) |
| int DxLib::DrawRectRotaGraphFast2 | ( | int | x, |
| int | y, | ||
| int | SrcX, | ||
| int | SrcY, | ||
| int | Width, | ||
| int | Height, | ||
| int | cx, | ||
| int | cy, | ||
| float | ExtRate, | ||
| float | Angle, | ||
| int | GraphHandle, | ||
| int | TransFlag, | ||
| int | ReverseXFlag = FALSE, |
||
| int | ReverseYFlag = FALSE |
||
| ) |
| int DxLib::DrawRectRotaGraphFast2F | ( | float | x, |
| float | y, | ||
| int | SrcX, | ||
| int | SrcY, | ||
| int | Width, | ||
| int | Height, | ||
| float | cxf, | ||
| float | cyf, | ||
| float | ExtRate, | ||
| float | Angle, | ||
| int | GraphHandle, | ||
| int | TransFlag, | ||
| int | ReverseXFlag = FALSE, |
||
| int | ReverseYFlag = FALSE |
||
| ) |
| int DxLib::DrawRectRotaGraphFast3 | ( | int | x, |
| int | y, | ||
| int | SrcX, | ||
| int | SrcY, | ||
| int | Width, | ||
| int | Height, | ||
| int | cx, | ||
| int | cy, | ||
| float | ExtRateX, | ||
| float | ExtRateY, | ||
| float | Angle, | ||
| int | GraphHandle, | ||
| int | TransFlag, | ||
| int | ReverseXFlag = FALSE, |
||
| int | ReverseYFlag = FALSE |
||
| ) |
| int DxLib::DrawRectRotaGraphFast3F | ( | float | x, |
| float | y, | ||
| int | SrcX, | ||
| int | SrcY, | ||
| int | Width, | ||
| int | Height, | ||
| float | cxf, | ||
| float | cyf, | ||
| float | ExtRateX, | ||
| float | ExtRateY, | ||
| float | Angle, | ||
| int | GraphHandle, | ||
| int | TransFlag, | ||
| int | ReverseXFlag = FALSE, |
||
| int | ReverseYFlag = FALSE |
||
| ) |
| int DxLib::DrawRectRotaGraphFastF | ( | float | x, |
| float | y, | ||
| int | SrcX, | ||
| int | SrcY, | ||
| int | Width, | ||
| int | Height, | ||
| float | ExtRate, | ||
| float | Angle, | ||
| int | GraphHandle, | ||
| int | TransFlag, | ||
| int | ReverseXFlag = FALSE, |
||
| int | ReverseYFlag = FALSE |
||
| ) |
| int DxLib::DrawReverseGraph | ( | int | x, |
| int | y, | ||
| int | GrHandle, | ||
| int | TransFlag, | ||
| int | ReverseXFlag = FALSE, |
||
| int | ReverseYFlag = FALSE |
||
| ) |
| int DxLib::DrawReverseGraphF | ( | float | xf, |
| float | yf, | ||
| int | GrHandle, | ||
| int | TransFlag, | ||
| int | ReverseXFlag = FALSE, |
||
| int | ReverseYFlag = FALSE |
||
| ) |
| int DxLib::DrawReverseGraphToZBuffer | ( | int | x, |
| int | y, | ||
| int | GrHandle, | ||
| int | WriteZMode, | ||
| int | ReverseXFlag = FALSE, |
||
| int | ReverseYFlag = FALSE |
||
| ) |
| int DxLib::DrawRota2Graph3D | ( | float | x, |
| float | y, | ||
| float | z, | ||
| float | cx, | ||
| float | cy, | ||
| double | ExtRateX, | ||
| double | ExtRateY, | ||
| double | Angle, | ||
| int | GrHandle, | ||
| int | TransFlag, | ||
| int | ReverseXFlag = FALSE, |
||
| int | ReverseYFlag = FALSE |
||
| ) |
| int DxLib::DrawRotaFormatString | ( | int | x, |
| int | y, | ||
| double | ExRateX, | ||
| double | ExRateY, | ||
| double | RotCenterX, | ||
| double | RotCenterY, | ||
| double | RotAngle, | ||
| unsigned int | Color, | ||
| unsigned int | EdgeColor = 0, |
||
| int | VerticalFlag = FALSE, |
||
| const TCHAR * | FormatString = NULL, |
||
| ... | |||
| ) |
| int DxLib::DrawRotaFormatStringF | ( | float | x, |
| float | y, | ||
| double | ExRateX, | ||
| double | ExRateY, | ||
| double | RotCenterX, | ||
| double | RotCenterY, | ||
| double | RotAngle, | ||
| unsigned int | Color, | ||
| unsigned int | EdgeColor = 0, |
||
| int | VerticalFlag = FALSE, |
||
| const TCHAR * | FormatString = NULL, |
||
| ... | |||
| ) |
| int DxLib::DrawRotaFormatStringFToHandle | ( | float | x, |
| float | y, | ||
| double | ExRateX, | ||
| double | ExRateY, | ||
| double | RotCenterX, | ||
| double | RotCenterY, | ||
| double | RotAngle, | ||
| unsigned int | Color, | ||
| int | FontHandle, | ||
| unsigned int | EdgeColor = 0, |
||
| int | VerticalFlag = FALSE, |
||
| const TCHAR * | FormatString = NULL, |
||
| ... | |||
| ) |
| int DxLib::DrawRotaFormatStringToHandle | ( | int | x, |
| int | y, | ||
| double | ExRateX, | ||
| double | ExRateY, | ||
| double | RotCenterX, | ||
| double | RotCenterY, | ||
| double | RotAngle, | ||
| unsigned int | Color, | ||
| int | FontHandle, | ||
| unsigned int | EdgeColor, | ||
| int | VerticalFlag, | ||
| const TCHAR * | FormatString, | ||
| ... | |||
| ) |
| int DxLib::DrawRotaFormatStringToHandleToZBuffer | ( | int | x, |
| int | y, | ||
| double | ExRateX, | ||
| double | ExRateY, | ||
| double | RotCenterX, | ||
| double | RotCenterY, | ||
| double | RotAngle, | ||
| int | FontHandle, | ||
| int | WriteZMode, | ||
| int | VerticalFlag, | ||
| const TCHAR * | FormatString, | ||
| ... | |||
| ) |
| int DxLib::DrawRotaFormatStringToZBuffer | ( | int | x, |
| int | y, | ||
| double | ExRateX, | ||
| double | ExRateY, | ||
| double | RotCenterX, | ||
| double | RotCenterY, | ||
| double | RotAngle, | ||
| int | WriteZMode, | ||
| int | VerticalFlag, | ||
| const TCHAR * | FormatString, | ||
| ... | |||
| ) |
| int DxLib::DrawRotaGraph | ( | int | x, |
| int | y, | ||
| double | ExRate, | ||
| double | Angle, | ||
| int | GrHandle, | ||
| int | TransFlag, | ||
| int | ReverseXFlag = FALSE, |
||
| int | ReverseYFlag = FALSE |
||
| ) |
| int DxLib::DrawRotaGraph2 | ( | int | x, |
| int | y, | ||
| int | cx, | ||
| int | cy, | ||
| double | ExtRate, | ||
| double | Angle, | ||
| int | GrHandle, | ||
| int | TransFlag, | ||
| int | ReverseXFlag = FALSE, |
||
| int | ReverseYFlag = FALSE |
||
| ) |
| int DxLib::DrawRotaGraph2F | ( | float | xf, |
| float | yf, | ||
| float | cxf, | ||
| float | cyf, | ||
| double | ExtRate, | ||
| double | Angle, | ||
| int | GrHandle, | ||
| int | TransFlag, | ||
| int | ReverseXFlag = FALSE, |
||
| int | ReverseYFlag = FALSE |
||
| ) |
| int DxLib::DrawRotaGraph2ToZBuffer | ( | int | x, |
| int | y, | ||
| int | cx, | ||
| int | cy, | ||
| double | ExtRate, | ||
| double | Angle, | ||
| int | GrHandle, | ||
| int | WriteZMode, | ||
| int | ReverseXFlag = FALSE, |
||
| int | ReverseYFlag = FALSE |
||
| ) |
| int DxLib::DrawRotaGraph3 | ( | int | x, |
| int | y, | ||
| int | cx, | ||
| int | cy, | ||
| double | ExtRateX, | ||
| double | ExtRateY, | ||
| double | Angle, | ||
| int | GrHandle, | ||
| int | TransFlag, | ||
| int | ReverseXFlag = FALSE, |
||
| int | ReverseYFlag = FALSE |
||
| ) |
| int DxLib::DrawRotaGraph3D | ( | float | x, |
| float | y, | ||
| float | z, | ||
| double | ExRate, | ||
| double | Angle, | ||
| int | GrHandle, | ||
| int | TransFlag, | ||
| int | ReverseXFlag = FALSE, |
||
| int | ReverseYFlag = FALSE |
||
| ) |
| int DxLib::DrawRotaGraph3F | ( | float | xf, |
| float | yf, | ||
| float | cxf, | ||
| float | cyf, | ||
| double | ExtRateX, | ||
| double | ExtRateY, | ||
| double | Angle, | ||
| int | GrHandle, | ||
| int | TransFlag, | ||
| int | ReverseXFlag = FALSE, |
||
| int | ReverseYFlag = FALSE |
||
| ) |
| int DxLib::DrawRotaGraph3ToZBuffer | ( | int | x, |
| int | y, | ||
| int | cx, | ||
| int | cy, | ||
| double | ExtRateX, | ||
| double | ExtRateY, | ||
| double | Angle, | ||
| int | GrHandle, | ||
| int | WriteZMode, | ||
| int | ReverseXFlag = FALSE, |
||
| int | ReverseYFlag = FALSE |
||
| ) |
| int DxLib::DrawRotaGraphF | ( | float | xf, |
| float | yf, | ||
| double | ExRate, | ||
| double | Angle, | ||
| int | GrHandle, | ||
| int | TransFlag, | ||
| int | ReverseXFlag = FALSE, |
||
| int | ReverseYFlag = FALSE |
||
| ) |
| int DxLib::DrawRotaGraphFast | ( | int | x, |
| int | y, | ||
| float | ExRate, | ||
| float | Angle, | ||
| int | GrHandle, | ||
| int | TransFlag, | ||
| int | ReverseXFlag = FALSE, |
||
| int | ReverseYFlag = FALSE |
||
| ) |
| int DxLib::DrawRotaGraphFast2 | ( | int | x, |
| int | y, | ||
| int | cx, | ||
| int | cy, | ||
| float | ExtRate, | ||
| float | Angle, | ||
| int | GrHandle, | ||
| int | TransFlag, | ||
| int | ReverseXFlag = FALSE, |
||
| int | ReverseYFlag = FALSE |
||
| ) |
| int DxLib::DrawRotaGraphFast2F | ( | float | xf, |
| float | yf, | ||
| float | cxf, | ||
| float | cyf, | ||
| float | ExtRate, | ||
| float | Angle, | ||
| int | GrHandle, | ||
| int | TransFlag, | ||
| int | ReverseXFlag = FALSE, |
||
| int | ReverseYFlag = FALSE |
||
| ) |
| int DxLib::DrawRotaGraphFast2ToZBuffer | ( | int | x, |
| int | y, | ||
| int | cx, | ||
| int | cy, | ||
| float | ExtRate, | ||
| float | Angle, | ||
| int | GrHandle, | ||
| int | WriteZMode, | ||
| int | ReverseXFlag = FALSE, |
||
| int | ReverseYFlag = FALSE |
||
| ) |
| int DxLib::DrawRotaGraphFast3 | ( | int | x, |
| int | y, | ||
| int | cx, | ||
| int | cy, | ||
| float | ExtRateX, | ||
| float | ExtRateY, | ||
| float | Angle, | ||
| int | GrHandle, | ||
| int | TransFlag, | ||
| int | ReverseXFlag = FALSE, |
||
| int | ReverseYFlag = FALSE |
||
| ) |
| int DxLib::DrawRotaGraphFast3F | ( | float | xf, |
| float | yf, | ||
| float | cxf, | ||
| float | cyf, | ||
| float | ExtRateX, | ||
| float | ExtRateY, | ||
| float | Angle, | ||
| int | GrHandle, | ||
| int | TransFlag, | ||
| int | ReverseXFlag = FALSE, |
||
| int | ReverseYFlag = FALSE |
||
| ) |
| int DxLib::DrawRotaGraphFast3ToZBuffer | ( | int | x, |
| int | y, | ||
| int | cx, | ||
| int | cy, | ||
| float | ExtRateX, | ||
| float | ExtRateY, | ||
| float | Angle, | ||
| int | GrHandle, | ||
| int | WriteZMode, | ||
| int | ReverseXFlag = FALSE, |
||
| int | ReverseYFlag = FALSE |
||
| ) |
| int DxLib::DrawRotaGraphFastF | ( | float | xf, |
| float | yf, | ||
| float | ExRate, | ||
| float | Angle, | ||
| int | GrHandle, | ||
| int | TransFlag, | ||
| int | ReverseXFlag = FALSE, |
||
| int | ReverseYFlag = FALSE |
||
| ) |
| int DxLib::DrawRotaGraphFastToZBuffer | ( | int | x, |
| int | y, | ||
| float | ExRate, | ||
| float | Angle, | ||
| int | GrHandle, | ||
| int | WriteZMode, | ||
| int | ReverseXFlag = FALSE, |
||
| int | ReverseYFlag = FALSE |
||
| ) |
| int DxLib::DrawRotaGraphToZBuffer | ( | int | x, |
| int | y, | ||
| double | ExRate, | ||
| double | Angle, | ||
| int | GrHandle, | ||
| int | WriteZMode, | ||
| int | ReverseXFlag = FALSE, |
||
| int | ReverseYFlag = FALSE |
||
| ) |
| int DxLib::DrawRotaNString | ( | int | x, |
| int | y, | ||
| double | ExRateX, | ||
| double | ExRateY, | ||
| double | RotCenterX, | ||
| double | RotCenterY, | ||
| double | RotAngle, | ||
| unsigned int | Color, | ||
| unsigned int | EdgeColor = 0, |
||
| int | VerticalFlag = FALSE, |
||
| const TCHAR * | String = NULL, |
||
| size_t | StringLength = 0 |
||
| ) |
| int DxLib::DrawRotaNStringF | ( | float | x, |
| float | y, | ||
| double | ExRateX, | ||
| double | ExRateY, | ||
| double | RotCenterX, | ||
| double | RotCenterY, | ||
| double | RotAngle, | ||
| unsigned int | Color, | ||
| unsigned int | EdgeColor = 0, |
||
| int | VerticalFlag = FALSE, |
||
| const TCHAR * | String = NULL, |
||
| size_t | StringLength = 0 |
||
| ) |
| int DxLib::DrawRotaNStringFToHandle | ( | float | x, |
| float | y, | ||
| double | ExRateX, | ||
| double | ExRateY, | ||
| double | RotCenterX, | ||
| double | RotCenterY, | ||
| double | RotAngle, | ||
| unsigned int | Color, | ||
| int | FontHandle, | ||
| unsigned int | EdgeColor = 0, |
||
| int | VerticalFlag = FALSE, |
||
| const TCHAR * | String = NULL, |
||
| size_t | StringLength = 0 |
||
| ) |
| int DxLib::DrawRotaNStringToHandle | ( | int | x, |
| int | y, | ||
| double | ExRateX, | ||
| double | ExRateY, | ||
| double | RotCenterX, | ||
| double | RotCenterY, | ||
| double | RotAngle, | ||
| unsigned int | Color, | ||
| int | FontHandle, | ||
| unsigned int | EdgeColor, | ||
| int | VerticalFlag, | ||
| const TCHAR * | String, | ||
| size_t | StringLength | ||
| ) |
| int DxLib::DrawRotaNStringToHandleToZBuffer | ( | int | x, |
| int | y, | ||
| double | ExRateX, | ||
| double | ExRateY, | ||
| double | RotCenterX, | ||
| double | RotCenterY, | ||
| double | RotAngle, | ||
| int | FontHandle, | ||
| int | WriteZMode, | ||
| int | VerticalFlag, | ||
| const TCHAR * | String, | ||
| size_t | StringLength | ||
| ) |
| int DxLib::DrawRotaNStringToZBuffer | ( | int | x, |
| int | y, | ||
| double | ExRateX, | ||
| double | ExRateY, | ||
| double | RotCenterX, | ||
| double | RotCenterY, | ||
| double | RotAngle, | ||
| int | WriteZMode, | ||
| int | VerticalFlag, | ||
| const TCHAR * | String, | ||
| size_t | StringLength | ||
| ) |
| int DxLib::DrawRotaString | ( | int | x, |
| int | y, | ||
| double | ExRateX, | ||
| double | ExRateY, | ||
| double | RotCenterX, | ||
| double | RotCenterY, | ||
| double | RotAngle, | ||
| unsigned int | Color, | ||
| unsigned int | EdgeColor = 0, |
||
| int | VerticalFlag = FALSE, |
||
| const TCHAR * | String = NULL |
||
| ) |
| int DxLib::DrawRotaStringF | ( | float | x, |
| float | y, | ||
| double | ExRateX, | ||
| double | ExRateY, | ||
| double | RotCenterX, | ||
| double | RotCenterY, | ||
| double | RotAngle, | ||
| unsigned int | Color, | ||
| unsigned int | EdgeColor = 0, |
||
| int | VerticalFlag = FALSE, |
||
| const TCHAR * | String = NULL |
||
| ) |
| int DxLib::DrawRotaStringFToHandle | ( | float | x, |
| float | y, | ||
| double | ExRateX, | ||
| double | ExRateY, | ||
| double | RotCenterX, | ||
| double | RotCenterY, | ||
| double | RotAngle, | ||
| unsigned int | Color, | ||
| int | FontHandle, | ||
| unsigned int | EdgeColor = 0, |
||
| int | VerticalFlag = FALSE, |
||
| const TCHAR * | String = NULL |
||
| ) |
| int DxLib::DrawRotaStringToHandle | ( | int | x, |
| int | y, | ||
| double | ExRateX, | ||
| double | ExRateY, | ||
| double | RotCenterX, | ||
| double | RotCenterY, | ||
| double | RotAngle, | ||
| unsigned int | Color, | ||
| int | FontHandle, | ||
| unsigned int | EdgeColor, | ||
| int | VerticalFlag, | ||
| const TCHAR * | String | ||
| ) |
| int DxLib::DrawRotaStringToHandleToZBuffer | ( | int | x, |
| int | y, | ||
| double | ExRateX, | ||
| double | ExRateY, | ||
| double | RotCenterX, | ||
| double | RotCenterY, | ||
| double | RotAngle, | ||
| int | FontHandle, | ||
| int | WriteZMode, | ||
| int | VerticalFlag, | ||
| const TCHAR * | String | ||
| ) |
| int DxLib::DrawRotaStringToZBuffer | ( | int | x, |
| int | y, | ||
| double | ExRateX, | ||
| double | ExRateY, | ||
| double | RotCenterX, | ||
| double | RotCenterY, | ||
| double | RotAngle, | ||
| int | WriteZMode, | ||
| int | VerticalFlag, | ||
| const TCHAR * | String | ||
| ) |
| int DxLib::DrawRoundRect | ( | int | x1, |
| int | y1, | ||
| int | x2, | ||
| int | y2, | ||
| int | rx, | ||
| int | ry, | ||
| unsigned int | Color, | ||
| int | FillFlag | ||
| ) |
| int DxLib::DrawRoundRectAA | ( | float | x1, |
| float | y1, | ||
| float | x2, | ||
| float | y2, | ||
| float | rx, | ||
| float | ry, | ||
| int | posnum, | ||
| unsigned int | Color, | ||
| int | FillFlag, | ||
| float | LineThickness = 1.0f |
||
| ) |
| int DxLib::DrawRoundRectToZBuffer | ( | int | x1, |
| int | y1, | ||
| int | x2, | ||
| int | y2, | ||
| int | rx, | ||
| int | ry, | ||
| int | FillFlag, | ||
| int | WriteZMode | ||
| ) |
| int DxLib::DrawSoftImage | ( | int | x, |
| int | y, | ||
| int | SIHandle | ||
| ) |
| int DxLib::DrawSphere3D | ( | VECTOR | CenterPos, |
| float | r, | ||
| int | DivNum, | ||
| unsigned int | DifColor, | ||
| unsigned int | SpcColor, | ||
| int | FillFlag | ||
| ) |
| int DxLib::DrawSphere3DD | ( | VECTOR_D | CenterPos, |
| double | r, | ||
| int | DivNum, | ||
| unsigned int | DifColor, | ||
| unsigned int | SpcColor, | ||
| int | FillFlag | ||
| ) |
| int DxLib::DrawString | ( | int | x, |
| int | y, | ||
| const TCHAR * | String, | ||
| unsigned int | Color, | ||
| unsigned int | EdgeColor = 0 |
||
| ) |
| int DxLib::DrawStringF | ( | float | x, |
| float | y, | ||
| const TCHAR * | String, | ||
| unsigned int | Color, | ||
| unsigned int | EdgeColor = 0 |
||
| ) |
| int DxLib::DrawStringFToHandle | ( | float | x, |
| float | y, | ||
| const TCHAR * | String, | ||
| unsigned int | Color, | ||
| int | FontHandle, | ||
| unsigned int | EdgeColor = 0, |
||
| int | VerticalFlag = FALSE |
||
| ) |
| int DxLib::DrawStringMask | ( | int | x, |
| int | y, | ||
| int | Flag, | ||
| const TCHAR * | String | ||
| ) |
| int DxLib::DrawStringMaskToHandle | ( | int | x, |
| int | y, | ||
| int | Flag, | ||
| int | FontHandle, | ||
| const TCHAR * | String | ||
| ) |
| int DxLib::DrawStringToHandle | ( | int | x, |
| int | y, | ||
| const TCHAR * | String, | ||
| unsigned int | Color, | ||
| int | FontHandle, | ||
| unsigned int | EdgeColor = 0, |
||
| int | VerticalFlag = FALSE |
||
| ) |
| int DxLib::DrawStringToHandleToZBuffer | ( | int | x, |
| int | y, | ||
| const TCHAR * | String, | ||
| int | FontHandle, | ||
| int | WriteZMode, | ||
| int | VerticalFlag = FALSE |
||
| ) |
| int DxLib::DrawStringToZBuffer | ( | int | x, |
| int | y, | ||
| const TCHAR * | String, | ||
| int | WriteZMode | ||
| ) |
| int DxLib::DrawTile | ( | int | x1, |
| int | y1, | ||
| int | x2, | ||
| int | y2, | ||
| int | Tx, | ||
| int | Ty, | ||
| double | ExtRate, | ||
| double | Angle, | ||
| int | GrHandle, | ||
| int | TransFlag | ||
| ) |
| int DxLib::DrawTriangle | ( | int | x1, |
| int | y1, | ||
| int | x2, | ||
| int | y2, | ||
| int | x3, | ||
| int | y3, | ||
| unsigned int | Color, | ||
| int | FillFlag | ||
| ) |
| int DxLib::DrawTriangle3D | ( | VECTOR | Pos1, |
| VECTOR | Pos2, | ||
| VECTOR | Pos3, | ||
| unsigned int | Color, | ||
| int | FillFlag | ||
| ) |
| int DxLib::DrawTriangle3DD | ( | VECTOR_D | Pos1, |
| VECTOR_D | Pos2, | ||
| VECTOR_D | Pos3, | ||
| unsigned int | Color, | ||
| int | FillFlag | ||
| ) |
| int DxLib::DrawTriangleAA | ( | float | x1, |
| float | y1, | ||
| float | x2, | ||
| float | y2, | ||
| float | x3, | ||
| float | y3, | ||
| unsigned int | Color, | ||
| int | FillFlag, | ||
| float | LineThickness = 1.0f |
||
| ) |
| int DxLib::DrawTriangleToZBuffer | ( | int | x1, |
| int | y1, | ||
| int | x2, | ||
| int | y2, | ||
| int | x3, | ||
| int | y3, | ||
| int | FillFlag, | ||
| int | WriteZMode | ||
| ) |
| int DxLib::DrawTurnGraph | ( | int | x, |
| int | y, | ||
| int | GrHandle, | ||
| int | TransFlag | ||
| ) |
| int DxLib::DrawTurnGraphF | ( | float | xf, |
| float | yf, | ||
| int | GrHandle, | ||
| int | TransFlag | ||
| ) |
| int DxLib::DrawTurnGraphToZBuffer | ( | int | x, |
| int | y, | ||
| int | GrHandle, | ||
| int | WriteZMode | ||
| ) |
| int DxLib::DrawVString | ( | int | x, |
| int | y, | ||
| const TCHAR * | String, | ||
| unsigned int | Color, | ||
| unsigned int | EdgeColor = 0 |
||
| ) |
| int DxLib::DrawVStringF | ( | float | x, |
| float | y, | ||
| const TCHAR * | String, | ||
| unsigned int | Color, | ||
| unsigned int | EdgeColor = 0 |
||
| ) |
| int DxLib::DrawVStringFToHandle | ( | float | x, |
| float | y, | ||
| const TCHAR * | String, | ||
| unsigned int | Color, | ||
| int | FontHandle, | ||
| unsigned int | EdgeColor = 0 |
||
| ) |
| int DxLib::DrawVStringToHandle | ( | int | x, |
| int | y, | ||
| const TCHAR * | String, | ||
| unsigned int | Color, | ||
| int | FontHandle, | ||
| unsigned int | EdgeColor = 0 |
||
| ) |
| int DxLib::DrawVStringToHandleToZBuffer | ( | int | x, |
| int | y, | ||
| const TCHAR * | String, | ||
| int | FontHandle, | ||
| int | WriteZMode | ||
| ) |
| int DxLib::DrawVStringToZBuffer | ( | int | x, |
| int | y, | ||
| const TCHAR * | String, | ||
| int | WriteZMode | ||
| ) |
| int DxLib::DuplicateSoundMem | ( | int | SrcSoundHandle, |
| int | BufferNum = 3 |
||
| ) |
| void * DxLib::DxAlloc | ( | size_t | AllocSize, |
| const char * | File = NULL, |
||
| int | Line = -1 |
||
| ) |
| void * DxLib::DxAllocAligned | ( | size_t | AllocSize, |
| size_t | Alignment, | ||
| const char * | File = NULL, |
||
| int | Line = -1 |
||
| ) |
| int DxLib::DXArchiveCheckFile | ( | const TCHAR * | FilePath, |
| const TCHAR * | TargetFilePath | ||
| ) |
| int DxLib::DXArchiveCheckFileWithStrLen | ( | const TCHAR * | FilePath, |
| size_t | FilePathLength, | ||
| const TCHAR * | TargetFilePath, | ||
| size_t | TargetFilePathLength | ||
| ) |
| int DxLib::DXArchiveCheckIdle | ( | const TCHAR * | FilePath | ) |
| int DxLib::DXArchiveCheckIdleWithStrLen | ( | const TCHAR * | FilePath, |
| size_t | FilePathLength | ||
| ) |
| int DxLib::DXArchivePreLoad | ( | const TCHAR * | FilePath, |
| int | ASync = FALSE |
||
| ) |
| int DxLib::DXArchivePreLoadWithStrLen | ( | const TCHAR * | FilePath, |
| size_t | FilePathLength, | ||
| int | ASync = FALSE |
||
| ) |
| int DxLib::DXArchiveRelease | ( | const TCHAR * | FilePath | ) |
| int DxLib::DXArchiveReleaseMemImage | ( | void * | ArchiveImage | ) |
| int DxLib::DXArchiveReleaseWithStrLen | ( | const TCHAR * | FilePath, |
| size_t | FilePathLength | ||
| ) |
| int DxLib::DXArchiveSetMemImage | ( | void * | ArchiveImage, |
| int | ArchiveImageSize, | ||
| const TCHAR * | EmulateFilePath, | ||
| int | ArchiveImageCopyFlag = FALSE, |
||
| int | ArchiveImageReadOnly = TRUE |
||
| ) |
| int DxLib::DXArchiveSetMemImageWithStrLen | ( | void * | ArchiveImage, |
| int | ArchiveImageSize, | ||
| const TCHAR * | EmulateFilePath, | ||
| size_t | EmulateFilePathLength, | ||
| int | ArchiveImageCopyFlag = FALSE, |
||
| int | ArchiveImageReadOnly = TRUE |
||
| ) |
| void * DxLib::DxCalloc | ( | size_t | AllocSize, |
| const char * | File = NULL, |
||
| int | Line = -1 |
||
| ) |
| void * DxLib::DxCallocAligned | ( | size_t | AllocSize, |
| size_t | Alignment, | ||
| const char * | File = NULL, |
||
| int | Line = -1 |
||
| ) |
| void DxLib::DxDrawAlloc | ( | int | x, |
| int | y, | ||
| int | Width, | ||
| int | Height | ||
| ) |
| void DxLib::DxDumpAlloc | ( | void | ) |
| int DxLib::DxErrorCheckAlloc | ( | void | ) |
| void DxLib::DxFree | ( | void * | Memory | ) |
| int DxLib::DxGetAllocNum | ( | void | ) |
| size_t DxLib::DxGetAllocSize | ( | void | ) |
| int DxLib::DxLib_End | ( | void | ) |
| int DxLib::DxLib_GlobalStructInitialize | ( | void | ) |
| int DxLib::DxLib_Init | ( | void | ) |
| int DxLib::DxLib_IsInit | ( | void | ) |
| void * DxLib::DxRealloc | ( | void * | Memory, |
| size_t | AllocSize, | ||
| const char * | File = NULL, |
||
| int | Line = -1 |
||
| ) |
| void * DxLib::DxReallocAligned | ( | void * | Memory, |
| size_t | AllocSize, | ||
| size_t | Alignment, | ||
| const char * | File = NULL, |
||
| int | Line = -1 |
||
| ) |
| int DxLib::DxSetAllocMemoryErrorCheckFlag | ( | int | Flag | ) |
| int DxLib::DxSetAllocPrintFlag | ( | int | Flag | ) |
| int DxLib::DxSetAllocSizeOutFlag | ( | int | Flag | ) |
| size_t DxLib::DxSetAllocSizeTrap | ( | size_t | Size | ) |
| int DxLib::EndAADraw | ( | void | ) |
| int DxLib::EnumFontName | ( | TCHAR * | NameBuffer, |
| int | NameBufferNum, | ||
| int | JapanOnlyFlag = TRUE |
||
| ) |
| int DxLib::EnumFontNameEx | ( | TCHAR * | NameBuffer, |
| int | NameBufferNum, | ||
| int | CharSet = -1 |
||
| ) |
| int DxLib::EnumFontNameEx2 | ( | TCHAR * | NameBuffer, |
| int | NameBufferNum, | ||
| const TCHAR * | EnumFontName, | ||
| int | CharSet = -1 |
||
| ) |
| int DxLib::EnumFontNameEx2WithStrLen | ( | TCHAR * | NameBuffer, |
| int | NameBufferNum, | ||
| const TCHAR * | EnumFontName, | ||
| size_t | EnumFontNameLength, | ||
| int | CharSet = -1 |
||
| ) |
| int DxLib::ErrorLogAdd | ( | const TCHAR * | String | ) |
| int DxLib::ErrorLogFmtAdd | ( | const TCHAR * | FormatString, |
| ... | |||
| ) |
| int DxLib::ErrorLogTabAdd | ( | void | ) |
| int DxLib::ErrorLogTabSub | ( | void | ) |
| __inline FLOAT2 DxLib::F2Get | ( | float | u, |
| float | v | ||
| ) |
| __inline FLOAT4 DxLib::F4Get | ( | float | x, |
| float | y, | ||
| float | z, | ||
| float | w | ||
| ) |
| int DxLib::FileRead_close | ( | int | FileHandle | ) |
| DWORD_PTR DxLib::FileRead_createInfo | ( | const TCHAR * | ObjectPath | ) |
| DWORD_PTR DxLib::FileRead_createInfo_WithStrLen | ( | const TCHAR * | ObjectPath, |
| size_t | ObjectPathLength | ||
| ) |
| int DxLib::FileRead_deleteInfo | ( | DWORD_PTR | FileInfoHandle | ) |
| int DxLib::FileRead_eof | ( | int | FileHandle | ) |
| int DxLib::FileRead_findClose | ( | DWORD_PTR | FindHandle | ) |
| DWORD_PTR DxLib::FileRead_findFirst | ( | const TCHAR * | FilePath, |
| FILEINFO * | Buffer | ||
| ) |
| DWORD_PTR DxLib::FileRead_findFirst_WithStrLen | ( | const TCHAR * | FilePath, |
| size_t | FilePathLength, | ||
| FILEINFO * | Buffer | ||
| ) |
| int DxLib::FileRead_findNext | ( | DWORD_PTR | FindHandle, |
| FILEINFO * | Buffer | ||
| ) |
| int DxLib::FileRead_fullyLoad | ( | const TCHAR * | FilePath | ) |
| int DxLib::FileRead_fullyLoad_delete | ( | int | FLoadHandle | ) |
| const void * DxLib::FileRead_fullyLoad_getImage | ( | int | FLoadHandle | ) |
| LONGLONG DxLib::FileRead_fullyLoad_getSize | ( | int | FLoadHandle | ) |
| int DxLib::FileRead_fullyLoad_WithStrLen | ( | const TCHAR * | FilePath, |
| size_t | FilePathLength | ||
| ) |
| TCHAR DxLib::FileRead_getc | ( | int | FileHandle | ) |
| int DxLib::FileRead_getInfo | ( | int | Index, |
| FILEINFO * | Buffer, | ||
| DWORD_PTR | FileInfoHandle | ||
| ) |
| int DxLib::FileRead_getInfoNum | ( | DWORD_PTR | FileInfoHandle | ) |
| int DxLib::FileRead_gets | ( | TCHAR * | Buffer, |
| int | BufferSize, | ||
| int | FileHandle | ||
| ) |
| int DxLib::FileRead_idle_chk | ( | int | FileHandle | ) |
| int DxLib::FileRead_open | ( | const TCHAR * | FilePath, |
| int | ASync = FALSE |
||
| ) |
| int DxLib::FileRead_open_mem | ( | const void * | FileImage, |
| size_t | FileImageSize | ||
| ) |
| int DxLib::FileRead_open_WithStrLen | ( | const TCHAR * | FilePath, |
| size_t | FilePathLength, | ||
| int | ASync = FALSE |
||
| ) |
| int DxLib::FileRead_read | ( | void * | Buffer, |
| int | ReadSize, | ||
| int | FileHandle | ||
| ) |
| int DxLib::FileRead_scanf | ( | int | FileHandle, |
| const TCHAR * | Format, | ||
| ... | |||
| ) |
| int DxLib::FileRead_seek | ( | int | FileHandle, |
| LONGLONG | Offset, | ||
| int | Origin | ||
| ) |
| int DxLib::FileRead_set_format | ( | int | FileHandle, |
| int | CharCodeFormat | ||
| ) |
| LONGLONG DxLib::FileRead_size | ( | const TCHAR * | FilePath | ) |
| LONGLONG DxLib::FileRead_size_WithStrLen | ( | const TCHAR * | FilePath, |
| size_t | FilePathLength | ||
| ) |
| LONGLONG DxLib::FileRead_tell | ( | int | FileHandle | ) |
| int DxLib::FillBaseImage | ( | BASEIMAGE * | BaseImage, |
| int | r, | ||
| int | g, | ||
| int | b, | ||
| int | a | ||
| ) |
| int DxLib::FillGraph | ( | int | GrHandle, |
| int | Red, | ||
| int | Green, | ||
| int | Blue, | ||
| int | Alpha = 255 |
||
| ) |
| int DxLib::FillMaskScreen | ( | int | Flag | ) |
| int DxLib::FillRectBaseImage | ( | BASEIMAGE * | BaseImage, |
| int | x, | ||
| int | y, | ||
| int | w, | ||
| int | h, | ||
| int | r, | ||
| int | g, | ||
| int | b, | ||
| int | a | ||
| ) |
| int DxLib::FillRectGraph | ( | int | GrHandle, |
| int | x, | ||
| int | y, | ||
| int | Width, | ||
| int | Height, | ||
| int | Red, | ||
| int | Green, | ||
| int | Blue, | ||
| int | Alpha = 255 |
||
| ) |
| int DxLib::FillSoftImage | ( | int | SIHandle, |
| int | r, | ||
| int | g, | ||
| int | b, | ||
| int | a | ||
| ) |
| int DxLib::FontBaseImageBlt | ( | int | x, |
| int | y, | ||
| const TCHAR * | StrData, | ||
| BASEIMAGE * | DestImage, | ||
| BASEIMAGE * | DestEdgeImage, | ||
| int | VerticalFlag = FALSE |
||
| ) |
| int DxLib::FontBaseImageBltToHandle | ( | int | x, |
| int | y, | ||
| const TCHAR * | StrData, | ||
| BASEIMAGE * | DestImage, | ||
| BASEIMAGE * | DestEdgeImage, | ||
| int | FontHandle, | ||
| int | VerticalFlag = FALSE |
||
| ) |
| int DxLib::FontBaseImageBltToHandleWithStrLen | ( | int | x, |
| int | y, | ||
| const TCHAR * | StrData, | ||
| size_t | StrDataLength, | ||
| BASEIMAGE * | DestImage, | ||
| BASEIMAGE * | DestEdgeImage, | ||
| int | FontHandle, | ||
| int | VerticalFlag = FALSE |
||
| ) |
| int DxLib::FontBaseImageBltWithStrLen | ( | int | x, |
| int | y, | ||
| const TCHAR * | StrData, | ||
| size_t | StrDataLength, | ||
| BASEIMAGE * | DestImage, | ||
| BASEIMAGE * | DestEdgeImage, | ||
| int | VerticalFlag = FALSE |
||
| ) |
| int DxLib::FontCacheStringDrawToHandle | ( | int | x, |
| int | y, | ||
| const TCHAR * | StrData, | ||
| unsigned int | Color, | ||
| unsigned int | EdgeColor, | ||
| BASEIMAGE * | DestImage, | ||
| const RECT * | ClipRect, | ||
| int | FontHandle, | ||
| int | VerticalFlag = FALSE, |
||
| SIZE * | DrawSizeP = NULL |
||
| ) |
| int DxLib::FontCacheStringDrawToHandleWithStrLen | ( | int | x, |
| int | y, | ||
| const TCHAR * | StrData, | ||
| size_t | StrDataLength, | ||
| unsigned int | Color, | ||
| unsigned int | EdgeColor, | ||
| BASEIMAGE * | DestImage, | ||
| const RECT * | ClipRect, | ||
| int | FontHandle, | ||
| int | VerticalFlag = FALSE, |
||
| SIZE * | DrawSizeP = NULL |
||
| ) |
| int DxLib::Get3DPresetReverbParamSoundMem | ( | SOUND3D_REVERB_PARAM * | ParamBuffer, |
| int | PresetNo | ||
| ) |
| int DxLib::Get3DReverbParamSoundMem | ( | SOUND3D_REVERB_PARAM * | ParamBuffer, |
| int | SoundHandle | ||
| ) |
| int DxLib::Get_wchar_t_CharCodeFormat | ( | void | ) |
| int DxLib::GetActiveFlag | ( | void | ) |
| int DxLib::GetActiveGraph | ( | void | ) |
| int DxLib::GetActiveKeyInput | ( | void | ) |
| int DxLib::GetAlwaysRunFlag | ( | void | ) |
| int DxLib::GetASyncLoadNum | ( | void | ) |
| int DxLib::GetBackgroundColor | ( | int * | Red, |
| int * | Green, | ||
| int * | Blue, | ||
| int * | Alpha = NULL |
||
| ) |
| int DxLib::GetBaseImageGraphDataSize | ( | const BASEIMAGE * | BaseImage | ) |
| int DxLib::GetBaseImageUseMaxPaletteNo | ( | const BASEIMAGE * | BaseImage | ) |
| int DxLib::GetBatteryLifePercent | ( | void | ) |
| float DxLib::GetBillboardPixelSize | ( | VECTOR | WorldPos, |
| float | WorldSize | ||
| ) |
| double DxLib::GetBillboardPixelSizeD | ( | VECTOR_D | WorldPos, |
| double | WorldSize | ||
| ) |
| void * DxLib::GetBufferIndexBuffer | ( | int | IndexBufHandle | ) |
| void * DxLib::GetBufferShaderConstantBuffer | ( | int | SConstBufHandle | ) |
| void * DxLib::GetBufferVertexBuffer | ( | int | VertexBufHandle | ) |
| float DxLib::GetCameraAngleHRotate | ( | void | ) |
| double DxLib::GetCameraAngleHRotateD | ( | void | ) |
| float DxLib::GetCameraAngleTRotate | ( | void | ) |
| double DxLib::GetCameraAngleTRotateD | ( | void | ) |
| float DxLib::GetCameraAngleVRotate | ( | void | ) |
| double DxLib::GetCameraAngleVRotateD | ( | void | ) |
| MATRIX DxLib::GetCameraAPIViewportMatrix | ( | void | ) |
| MATRIX_D DxLib::GetCameraAPIViewportMatrixD | ( | void | ) |
| VECTOR DxLib::GetCameraBackVector | ( | void | ) |
| VECTOR_D DxLib::GetCameraBackVectorD | ( | void | ) |
| MATRIX DxLib::GetCameraBillboardMatrix | ( | void | ) |
| MATRIX_D DxLib::GetCameraBillboardMatrixD | ( | void | ) |
| float DxLib::GetCameraDotAspect | ( | void | ) |
| double DxLib::GetCameraDotAspectD | ( | void | ) |
| VECTOR DxLib::GetCameraDownVector | ( | void | ) |
| VECTOR_D DxLib::GetCameraDownVectorD | ( | void | ) |
| float DxLib::GetCameraFar | ( | void | ) |
| double DxLib::GetCameraFarD | ( | void | ) |
| float DxLib::GetCameraFov | ( | void | ) |
| double DxLib::GetCameraFovD | ( | void | ) |
| VECTOR DxLib::GetCameraFrontVector | ( | void | ) |
| VECTOR_D DxLib::GetCameraFrontVectorD | ( | void | ) |
| VECTOR DxLib::GetCameraLeftVector | ( | void | ) |
| VECTOR_D DxLib::GetCameraLeftVectorD | ( | void | ) |
| float DxLib::GetCameraNear | ( | void | ) |
| double DxLib::GetCameraNearD | ( | void | ) |
| VECTOR DxLib::GetCameraPosition | ( | void | ) |
| VECTOR_D DxLib::GetCameraPositionD | ( | void | ) |
| MATRIX DxLib::GetCameraProjectionMatrix | ( | void | ) |
| MATRIX_D DxLib::GetCameraProjectionMatrixD | ( | void | ) |
| VECTOR DxLib::GetCameraRightVector | ( | void | ) |
| VECTOR_D DxLib::GetCameraRightVectorD | ( | void | ) |
| int DxLib::GetCameraScreenCenter | ( | float * | x, |
| float * | y | ||
| ) |
| int DxLib::GetCameraScreenCenterD | ( | double * | x, |
| double * | y | ||
| ) |
| float DxLib::GetCameraSize | ( | void | ) |
| double DxLib::GetCameraSizeD | ( | void | ) |
| VECTOR DxLib::GetCameraTarget | ( | void | ) |
| VECTOR_D DxLib::GetCameraTargetD | ( | void | ) |
| VECTOR DxLib::GetCameraUpVector | ( | void | ) |
| VECTOR_D DxLib::GetCameraUpVectorD | ( | void | ) |
| MATRIX DxLib::GetCameraViewMatrix | ( | void | ) |
| MATRIX_D DxLib::GetCameraViewMatrixD | ( | void | ) |
| MATRIX DxLib::GetCameraViewportMatrix | ( | void | ) |
| MATRIX_D DxLib::GetCameraViewportMatrixD | ( | void | ) |
| int DxLib::GetChangeDisplayFlag | ( | void | ) |
| int DxLib::GetChannelVolumeSoundMem | ( | int | Channel, |
| int | SoundHandle | ||
| ) |
| int DxLib::GetChannelVolumeSoundMem2 | ( | int | Channel, |
| int | SoundHandle | ||
| ) |
| int DxLib::GetCharBytes | ( | int | CharCodeFormat, |
| const void * | String | ||
| ) |
| int DxLib::GetClipboardText | ( | TCHAR * | DestBuffer | ) |
| unsigned int DxLib::GetColor | ( | int | Red, |
| int | Green, | ||
| int | Blue | ||
| ) |
| int DxLib::GetColor2 | ( | unsigned int | Color, |
| int * | Red, | ||
| int * | Green, | ||
| int * | Blue | ||
| ) |
| unsigned int DxLib::GetColor3 | ( | const COLORDATA * | ColorData, |
| int | Red, | ||
| int | Green, | ||
| int | Blue, | ||
| int | Alpha = 255 |
||
| ) |
| unsigned int DxLib::GetColor4 | ( | const COLORDATA * | DestColorData, |
| const COLORDATA * | SrcColorData, | ||
| unsigned int | SrcColor | ||
| ) |
| int DxLib::GetColor5 | ( | const COLORDATA * | ColorData, |
| unsigned int | Color, | ||
| int * | Red, | ||
| int * | Green, | ||
| int * | Blue, | ||
| int * | Alpha = NULL |
||
| ) |
| int DxLib::GetColorBitDepth | ( | void | ) |
| COLOR_F DxLib::GetColorF | ( | float | Red, |
| float | Green, | ||
| float | Blue, | ||
| float | Alpha | ||
| ) |
| COLOR_U8 DxLib::GetColorU8 | ( | int | Red, |
| int | Green, | ||
| int | Blue, | ||
| int | Alpha | ||
| ) |
| int DxLib::GetConstCountToShader | ( | const TCHAR * | ConstantName, |
| int | ShaderHandle | ||
| ) |
| int DxLib::GetConstCountToShaderWithStrLen | ( | const TCHAR * | ConstantName, |
| size_t | ConstantNameLength, | ||
| int | ShaderHandle | ||
| ) |
| const FLOAT4 * DxLib::GetConstDefaultParamFToShader | ( | const TCHAR * | ConstantName, |
| int | ShaderHandle | ||
| ) |
| const FLOAT4 * DxLib::GetConstDefaultParamFToShaderWithStrLen | ( | const TCHAR * | ConstantName, |
| size_t | ConstantNameLength, | ||
| int | ShaderHandle | ||
| ) |
| int DxLib::GetConstIndexToShader | ( | const TCHAR * | ConstantName, |
| int | ShaderHandle | ||
| ) |
| int DxLib::GetConstIndexToShaderWithStrLen | ( | const TCHAR * | ConstantName, |
| size_t | ConstantNameLength, | ||
| int | ShaderHandle | ||
| ) |
| int DxLib::GetCreateDrawValidGraphChannelNum | ( | void | ) |
| int DxLib::GetCreateDrawValidGraphMipLevels | ( | void | ) |
| int DxLib::GetCreateDrawValidGraphZBufferBitDepth | ( | void | ) |
| int DxLib::GetCreateGraphChannelBitDepth | ( | void | ) |
| int DxLib::GetCreateGraphColorBitDepth | ( | void | ) |
| int DxLib::GetCreateGraphColorData | ( | COLORDATA * | ColorData, |
| IMAGEFORMATDESC * | Format | ||
| ) |
| int DxLib::GetCreateSoundDataType | ( | void | ) |
| int DxLib::GetCreateSoundIgnoreLoopAreaInfo | ( | void | ) |
| int DxLib::GetCreateSoundLoopAreaSamplePos | ( | LONGLONG * | LoopStartSamplePosition, |
| LONGLONG * | LoopEndSamplePosition | ||
| ) |
| int DxLib::GetCreateSoundLoopAreaTimePos | ( | LONGLONG * | LoopStartTime, |
| LONGLONG * | LoopEndTime | ||
| ) |
| float DxLib::GetCreateSoundPitchRate | ( | void | ) |
| float DxLib::GetCreateSoundTimeStretchRate | ( | void | ) |
| int DxLib::GetCtrlCodeCmp | ( | TCHAR | Char | ) |
| int DxLib::GetCubeMapTextureCreateFlag | ( | void | ) |
| LONGLONG DxLib::GetCurrentPositionSoundMem | ( | int | SoundHandle | ) |
| int DxLib::GetDateTime | ( | DATEDATA * | DateBuf | ) |
| int DxLib::GetDefaultFontHandle | ( | void | ) |
| int DxLib::GetDefaultState | ( | int * | SizeX, |
| int * | SizeY, | ||
| int * | ColorBitDepth, | ||
| int * | RefreshRate = NULL, |
||
| int * | LeftTopX = NULL, |
||
| int * | LeftTopY = NULL, |
||
| int * | PixelSizeX = NULL, |
||
| int * | PixelSizeY = NULL, |
||
| int * | XDpi = NULL, |
||
| int * | YDpi = NULL |
||
| ) |
| int DxLib::GetDesktopScreenBaseImage | ( | int | x1, |
| int | y1, | ||
| int | x2, | ||
| int | y2, | ||
| BASEIMAGE * | BaseImage, | ||
| int | DestX, | ||
| int | DestY | ||
| ) |
| int DxLib::GetDesktopScreenGraph | ( | int | x1, |
| int | y1, | ||
| int | x2, | ||
| int | y2, | ||
| int | GrHandle, | ||
| int | DestX = 0, |
||
| int | DestY = 0 |
||
| ) |
| void * DxLib::GetDesktopScreenGraphMemImage | ( | int | x1, |
| int | y1, | ||
| int | x2, | ||
| int | y2, | ||
| int * | Width, | ||
| int * | Height, | ||
| int * | Stride, | ||
| int | ColorBitDepth = 32 |
||
| ) |
| int DxLib::GetDesktopScreenSoftImage | ( | int | x1, |
| int | y1, | ||
| int | x2, | ||
| int | y2, | ||
| int | SIHandle, | ||
| int | DestX, | ||
| int | DestY | ||
| ) |
| int DxLib::GetDirectDrawDeviceDescription | ( | int | Number, |
| char * | StringBuffer | ||
| ) |
| const GUID * DxLib::GetDirectDrawDeviceGUID | ( | int | Number | ) |
| int DxLib::GetDirectDrawDeviceNum | ( | void | ) |
| int DxLib::GetDisableReadSoundFunctionMask | ( | void | ) |
| const COLORDATA * DxLib::GetDispColorData | ( | void | ) |
| int DxLib::GetDisplayInfo | ( | int | DisplayIndex, |
| int * | DesktopRectX, | ||
| int * | DesktopRectY, | ||
| int * | DesktopSizeX, | ||
| int * | DesktopSizeY, | ||
| int * | IsPrimary | ||
| ) |
| int DxLib::GetDisplayMaxResolution | ( | int * | SizeX, |
| int * | SizeY, | ||
| int | DisplayIndex = 0 |
||
| ) |
| int DxLib::GetDisplayMenuFlag | ( | void | ) |
| DISPLAYMODEDATA DxLib::GetDisplayMode | ( | int | ModeIndex, |
| int | DisplayIndex = 0 |
||
| ) |
| int DxLib::GetDisplayModeNum | ( | int | DisplayIndex = 0 | ) |
| int DxLib::GetDisplayNum | ( | void | ) |
| int DxLib::GetDragFileNum | ( | void | ) |
| int DxLib::GetDragFilePath | ( | TCHAR * | FilePathBuffer | ) |
| int DxLib::GetDrawAlphaTest | ( | int * | TestMode, |
| int * | TestParam | ||
| ) |
| int DxLib::GetDrawArea | ( | RECT * | Rect | ) |
| int DxLib::GetDrawBlendMode | ( | int * | BlendMode, |
| int * | BlendParam | ||
| ) |
| int DxLib::GetDrawBright | ( | int * | Red, |
| int * | Green, | ||
| int * | Blue | ||
| ) |
| int DxLib::GetDrawCallCount | ( | void | ) |
| int DxLib::GetDrawExtendFormatStringCharInfo | ( | DRAWCHARINFO * | InfoBuffer, |
| size_t | InfoBufferSize, | ||
| double | ExRateX, | ||
| double | ExRateY, | ||
| const TCHAR * | FormatString, | ||
| ... | |||
| ) |
| int DxLib::GetDrawExtendFormatStringCharInfoToHandle | ( | DRAWCHARINFO * | InfoBuffer, |
| size_t | InfoBufferSize, | ||
| double | ExRateX, | ||
| double | ExRateY, | ||
| int | FontHandle, | ||
| const TCHAR * | FormatString, | ||
| ... | |||
| ) |
| int DxLib::GetDrawExtendFormatStringSize | ( | int * | SizeX, |
| int * | SizeY, | ||
| int * | LineCount, | ||
| double | ExRateX, | ||
| double | ExRateY, | ||
| const TCHAR * | FormatString, | ||
| ... | |||
| ) |
| int DxLib::GetDrawExtendFormatStringSizeToHandle | ( | int * | SizeX, |
| int * | SizeY, | ||
| int * | LineCount, | ||
| double | ExRateX, | ||
| double | ExRateY, | ||
| int | FontHandle, | ||
| const TCHAR * | FormatString, | ||
| ... | |||
| ) |
| int DxLib::GetDrawExtendFormatStringWidth | ( | double | ExRateX, |
| const TCHAR * | FormatString, | ||
| ... | |||
| ) |
| int DxLib::GetDrawExtendFormatStringWidthToHandle | ( | double | ExRateX, |
| int | FontHandle, | ||
| const TCHAR * | FormatString, | ||
| ... | |||
| ) |
| int DxLib::GetDrawExtendNStringCharInfo | ( | DRAWCHARINFO * | InfoBuffer, |
| size_t | InfoBufferSize, | ||
| double | ExRateX, | ||
| double | ExRateY, | ||
| const TCHAR * | String, | ||
| size_t | StringLength, | ||
| int | VerticalFlag = FALSE |
||
| ) |
| int DxLib::GetDrawExtendNStringCharInfoToHandle | ( | DRAWCHARINFO * | InfoBuffer, |
| size_t | InfoBufferSize, | ||
| double | ExRateX, | ||
| double | ExRateY, | ||
| const TCHAR * | String, | ||
| size_t | StringLength, | ||
| int | FontHandle, | ||
| int | VerticalFlag = FALSE |
||
| ) |
| int DxLib::GetDrawExtendNStringSize | ( | int * | SizeX, |
| int * | SizeY, | ||
| int * | LineCount, | ||
| double | ExRateX, | ||
| double | ExRateY, | ||
| const TCHAR * | String, | ||
| size_t | StringLength, | ||
| int | VerticalFlag = FALSE |
||
| ) |
| int DxLib::GetDrawExtendNStringSizeToHandle | ( | int * | SizeX, |
| int * | SizeY, | ||
| int * | LineCount, | ||
| double | ExRateX, | ||
| double | ExRateY, | ||
| const TCHAR * | String, | ||
| size_t | StringLength, | ||
| int | FontHandle, | ||
| int | VerticalFlag = FALSE |
||
| ) |
| int DxLib::GetDrawExtendNStringWidth | ( | double | ExRateX, |
| const TCHAR * | String, | ||
| size_t | StringLength, | ||
| int | VerticalFlag = FALSE |
||
| ) |
| int DxLib::GetDrawExtendNStringWidthToHandle | ( | double | ExRateX, |
| const TCHAR * | String, | ||
| size_t | StringLength, | ||
| int | FontHandle, | ||
| int | VerticalFlag = FALSE |
||
| ) |
| int DxLib::GetDrawExtendStringCharInfo | ( | DRAWCHARINFO * | InfoBuffer, |
| size_t | InfoBufferSize, | ||
| double | ExRateX, | ||
| double | ExRateY, | ||
| const TCHAR * | String, | ||
| int | StrLen, | ||
| int | VerticalFlag = FALSE |
||
| ) |
| int DxLib::GetDrawExtendStringCharInfoToHandle | ( | DRAWCHARINFO * | InfoBuffer, |
| size_t | InfoBufferSize, | ||
| double | ExRateX, | ||
| double | ExRateY, | ||
| const TCHAR * | String, | ||
| int | StrLen, | ||
| int | FontHandle, | ||
| int | VerticalFlag = FALSE |
||
| ) |
| int DxLib::GetDrawExtendStringSize | ( | int * | SizeX, |
| int * | SizeY, | ||
| int * | LineCount, | ||
| double | ExRateX, | ||
| double | ExRateY, | ||
| const TCHAR * | String, | ||
| int | StrLen, | ||
| int | VerticalFlag = FALSE |
||
| ) |
| int DxLib::GetDrawExtendStringSizeToHandle | ( | int * | SizeX, |
| int * | SizeY, | ||
| int * | LineCount, | ||
| double | ExRateX, | ||
| double | ExRateY, | ||
| const TCHAR * | String, | ||
| int | StrLen, | ||
| int | FontHandle, | ||
| int | VerticalFlag = FALSE |
||
| ) |
| int DxLib::GetDrawExtendStringWidth | ( | double | ExRateX, |
| const TCHAR * | String, | ||
| int | StrLen, | ||
| int | VerticalFlag = FALSE |
||
| ) |
| int DxLib::GetDrawExtendStringWidthToHandle | ( | double | ExRateX, |
| const TCHAR * | String, | ||
| int | StrLen, | ||
| int | FontHandle, | ||
| int | VerticalFlag = FALSE |
||
| ) |
| int DxLib::GetDrawFloatCoordType | ( | void | ) |
| int DxLib::GetDrawFormatStringCharInfo | ( | DRAWCHARINFO * | InfoBuffer, |
| size_t | InfoBufferSize, | ||
| const TCHAR * | FormatString, | ||
| ... | |||
| ) |
| int DxLib::GetDrawFormatStringCharInfoToHandle | ( | DRAWCHARINFO * | InfoBuffer, |
| size_t | InfoBufferSize, | ||
| int | FontHandle, | ||
| const TCHAR * | FormatString, | ||
| ... | |||
| ) |
| int DxLib::GetDrawFormatStringSize | ( | int * | SizeX, |
| int * | SizeY, | ||
| int * | LineCount, | ||
| const TCHAR * | FormatString, | ||
| ... | |||
| ) |
| int DxLib::GetDrawFormatStringSizeToHandle | ( | int * | SizeX, |
| int * | SizeY, | ||
| int * | LineCount, | ||
| int | FontHandle, | ||
| const TCHAR * | FormatString, | ||
| ... | |||
| ) |
| int DxLib::GetDrawFormatStringWidth | ( | const TCHAR * | FormatString, |
| ... | |||
| ) |
| int DxLib::GetDrawFormatStringWidthToHandle | ( | int | FontHandle, |
| const TCHAR * | FormatString, | ||
| ... | |||
| ) |
| int DxLib::GetDrawMode | ( | void | ) |
| int DxLib::GetDrawNStringCharInfo | ( | DRAWCHARINFO * | InfoBuffer, |
| size_t | InfoBufferSize, | ||
| const TCHAR * | String, | ||
| size_t | StringLength, | ||
| int | VerticalFlag = FALSE |
||
| ) |
| int DxLib::GetDrawNStringCharInfoToHandle | ( | DRAWCHARINFO * | InfoBuffer, |
| size_t | InfoBufferSize, | ||
| const TCHAR * | String, | ||
| size_t | StringLength, | ||
| int | FontHandle, | ||
| int | VerticalFlag = FALSE |
||
| ) |
| int DxLib::GetDrawNStringSize | ( | int * | SizeX, |
| int * | SizeY, | ||
| int * | LineCount, | ||
| const TCHAR * | String, | ||
| size_t | StringLength, | ||
| int | VerticalFlag = FALSE |
||
| ) |
| int DxLib::GetDrawNStringSizeToHandle | ( | int * | SizeX, |
| int * | SizeY, | ||
| int * | LineCount, | ||
| const TCHAR * | String, | ||
| size_t | StringLength, | ||
| int | FontHandle, | ||
| int | VerticalFlag = FALSE |
||
| ) |
| int DxLib::GetDrawNStringWidth | ( | const TCHAR * | String, |
| size_t | StringLength, | ||
| int | VerticalFlag = FALSE |
||
| ) |
| int DxLib::GetDrawNStringWidthToHandle | ( | const TCHAR * | String, |
| size_t | StringLength, | ||
| int | FontHandle, | ||
| int | VerticalFlag = FALSE |
||
| ) |
| int DxLib::GetDrawScreen | ( | void | ) |
| int DxLib::GetDrawScreenBaseImage | ( | int | x1, |
| int | y1, | ||
| int | x2, | ||
| int | y2, | ||
| BASEIMAGE * | BaseImage | ||
| ) |
| int DxLib::GetDrawScreenBaseImageDestPos | ( | int | x1, |
| int | y1, | ||
| int | x2, | ||
| int | y2, | ||
| BASEIMAGE * | BaseImage, | ||
| int | DestX, | ||
| int | DestY | ||
| ) |
| int DxLib::GetDrawScreenGraph | ( | int | x1, |
| int | y1, | ||
| int | x2, | ||
| int | y2, | ||
| int | GrHandle, | ||
| int | UseClientFlag = TRUE |
||
| ) |
| int DxLib::GetDrawScreenSize | ( | int * | XBuf, |
| int * | YBuf | ||
| ) |
| int DxLib::GetDrawScreenSoftImage | ( | int | x1, |
| int | y1, | ||
| int | x2, | ||
| int | y2, | ||
| int | SIHandle | ||
| ) |
| int DxLib::GetDrawScreenSoftImageDestPos | ( | int | x1, |
| int | y1, | ||
| int | x2, | ||
| int | y2, | ||
| int | SIHandle, | ||
| int | DestX, | ||
| int | DestY | ||
| ) |
| int DxLib::GetDrawStringCharInfo | ( | DRAWCHARINFO * | InfoBuffer, |
| size_t | InfoBufferSize, | ||
| const TCHAR * | String, | ||
| int | StrLen, | ||
| int | VerticalFlag = FALSE |
||
| ) |
| int DxLib::GetDrawStringCharInfoToHandle | ( | DRAWCHARINFO * | InfoBuffer, |
| size_t | InfoBufferSize, | ||
| const TCHAR * | String, | ||
| int | StrLen, | ||
| int | FontHandle, | ||
| int | VerticalFlag = FALSE |
||
| ) |
| int DxLib::GetDrawStringKerningPairInfo | ( | const TCHAR * | PairChar, |
| int * | KernAmount | ||
| ) |
| int DxLib::GetDrawStringKerningPairInfoToHandle | ( | const TCHAR * | PairChar, |
| int * | KernAmount, | ||
| int | FontHandle | ||
| ) |
| int DxLib::GetDrawStringKerningPairInfoToHandleWithStrLen | ( | const TCHAR * | PairChar, |
| size_t | PairCharLength, | ||
| int * | KernAmount, | ||
| int | FontHandle | ||
| ) |
| int DxLib::GetDrawStringKerningPairInfoWithStrLen | ( | const TCHAR * | PairChar, |
| size_t | PairCharLength, | ||
| int * | KernAmount | ||
| ) |
| int DxLib::GetDrawStringSize | ( | int * | SizeX, |
| int * | SizeY, | ||
| int * | LineCount, | ||
| const TCHAR * | String, | ||
| int | StrLen, | ||
| int | VerticalFlag = FALSE |
||
| ) |
| int DxLib::GetDrawStringSizeToHandle | ( | int * | SizeX, |
| int * | SizeY, | ||
| int * | LineCount, | ||
| const TCHAR * | String, | ||
| int | StrLen, | ||
| int | FontHandle, | ||
| int | VerticalFlag = FALSE |
||
| ) |
| int DxLib::GetDrawStringWidth | ( | const TCHAR * | String, |
| int | StrLen, | ||
| int | VerticalFlag = FALSE |
||
| ) |
| int DxLib::GetDrawStringWidthToHandle | ( | const TCHAR * | String, |
| int | StrLen, | ||
| int | FontHandle, | ||
| int | VerticalFlag = FALSE |
||
| ) |
| int DxLib::GetDrawValidAlphaChannelGraphCreateFlag | ( | void | ) |
| int DxLib::GetDrawValidFloatTypeGraphCreateFlag | ( | void | ) |
| int DxLib::GetDrawValidGraphCreateFlag | ( | void | ) |
| int DxLib::GetDrawValidGraphCreateZBufferFlag | ( | void | ) |
| const void * DxLib::GetDSoundObj | ( | void | ) |
| int DxLib::GetEnableLightHandle | ( | int | Index | ) |
| int DxLib::GetEnableLightHandleNum | ( | void | ) |
| int DxLib::GetFFTVibrationSoftSound | ( | int | SoftSoundHandle, |
| int | Channel, | ||
| LONGLONG | SamplePosition, | ||
| int | SampleNum, | ||
| float * | Buffer_Array, | ||
| int | BufferLength | ||
| ) |
| int DxLib::GetFFTVibrationSoftSoundBase | ( | int | SoftSoundHandle, |
| int | Channel, | ||
| LONGLONG | SamplePosition, | ||
| int | SampleNum, | ||
| float * | RealBuffer_Array, | ||
| float * | ImagBuffer_Array, | ||
| int | BufferLength | ||
| ) |
| int DxLib::GetFogColor | ( | int * | r, |
| int * | g, | ||
| int * | b | ||
| ) |
| float DxLib::GetFogDensity | ( | void | ) |
| int DxLib::GetFogEnable | ( | void | ) |
| int DxLib::GetFogMode | ( | void | ) |
| int DxLib::GetFogStartEnd | ( | float * | start, |
| float * | end | ||
| ) |
| int DxLib::GetFontAscent | ( | void | ) |
| int DxLib::GetFontAscentToHandle | ( | int | FontHandle | ) |
| int DxLib::GetFontCacheCharNum | ( | void | ) |
| int DxLib::GetFontCacheTextureColorBitDepth | ( | void | ) |
| int DxLib::GetFontCacheToTextureFlag | ( | void | ) |
| int DxLib::GetFontCacheUsePremulAlphaFlag | ( | void | ) |
| int DxLib::GetFontChacheToTextureFlag | ( | void | ) |
| int DxLib::GetFontCharInfo | ( | int | FontHandle, |
| const TCHAR * | Char, | ||
| int * | DrawX, | ||
| int * | DrawY, | ||
| int * | NextCharX, | ||
| int * | SizeX, | ||
| int * | SizeY | ||
| ) |
| int DxLib::GetFontCharInfoWithStrLen | ( | int | FontHandle, |
| const TCHAR * | Char, | ||
| size_t | CharLength, | ||
| int * | DrawX, | ||
| int * | DrawY, | ||
| int * | NextCharX, | ||
| int * | SizeX, | ||
| int * | SizeY | ||
| ) |
| int DxLib::GetFontEdgeSize | ( | void | ) |
| int DxLib::GetFontEdgeSizeToHandle | ( | int | FontHandle | ) |
| int DxLib::GetFontLineSpace | ( | void | ) |
| int DxLib::GetFontLineSpaceToHandle | ( | int | FontHandle | ) |
| int DxLib::GetFontMaxCacheCharNum | ( | void | ) |
| int DxLib::GetFontMaxCacheCharNumToHandle | ( | int | FontHandle | ) |
| int DxLib::GetFontMaxWidth | ( | void | ) |
| int DxLib::GetFontMaxWidthToHandle | ( | int | FontHandle | ) |
| const TCHAR * DxLib::GetFontName | ( | void | ) |
| const TCHAR * DxLib::GetFontNameToHandle | ( | int | FontHandle | ) |
| int DxLib::GetFontSize | ( | void | ) |
| int DxLib::GetFontSizeToHandle | ( | int | FontHandle | ) |
| int DxLib::GetFontSpace | ( | void | ) |
| int DxLib::GetFontSpaceToHandle | ( | int | FontHandle | ) |
| int DxLib::GetFontStateToHandle | ( | TCHAR * | FontName, |
| int * | Size, | ||
| int * | Thick, | ||
| int | FontHandle, | ||
| int * | FontType = NULL, |
||
| int * | CharSet = NULL, |
||
| int * | EdgeSize = NULL, |
||
| int * | Italic = NULL |
||
| ) |
| int DxLib::GetFontUseAdjustSizeFlag | ( | void | ) |
| float DxLib::GetFPS | ( | void | ) |
| int DxLib::GetFrequencySoundMem | ( | int | SoundHandle | ) |
| const unsigned int * DxLib::GetFullColorImage | ( | int | GrHandle | ) |
| int DxLib::GetFullScreenResolutionMode | ( | int * | ResolutionMode, |
| int * | UseResolutionMode | ||
| ) |
| int DxLib::GetGraphColorBitDepth | ( | void | ) |
| int DxLib::GetGraphDataShavedMode | ( | void | ) |
| int DxLib::GetGraphFilePath | ( | int | GrHandle, |
| TCHAR * | FilePathBuffer | ||
| ) |
| const void * DxLib::GetGraphID3D11DepthStencilView | ( | int | GrHandle | ) |
| const void * DxLib::GetGraphID3D11RenderTargetView | ( | int | GrHandle | ) |
| const void * DxLib::GetGraphID3D11Texture2D | ( | int | GrHandle | ) |
| unsigned int DxLib::GetGraphImageFullColorCode | ( | const BASEIMAGE * | GraphImage, |
| int | x, | ||
| int | y | ||
| ) |
| int DxLib::GetGraphMipmapCount | ( | int | GrHandle | ) |
| int DxLib::GetGraphNum | ( | void | ) |
| int DxLib::GetGraphOriginalPalette | ( | int | GrHandle, |
| int | ColorIndex, | ||
| int * | Red, | ||
| int * | Green, | ||
| int * | Blue | ||
| ) |
| int DxLib::GetGraphPalette | ( | int | GrHandle, |
| int | ColorIndex, | ||
| int * | Red, | ||
| int * | Green, | ||
| int * | Blue | ||
| ) |
| int DxLib::GetGraphSize | ( | int | GrHandle, |
| int * | SizeXBuf, | ||
| int * | SizeYBuf | ||
| ) |
| int DxLib::GetGraphSizeF | ( | int | GrHandle, |
| float * | SizeXBuf, | ||
| float * | SizeYBuf | ||
| ) |
| int DxLib::GetGraphTextureSize | ( | int | GrHandle, |
| int * | SizeXBuf, | ||
| int * | SizeYBuf | ||
| ) |
| int DxLib::GetGraphUseBaseGraphArea | ( | int | GrHandle, |
| int * | UseX, | ||
| int * | UseY, | ||
| int * | UseSizeX, | ||
| int * | UseSizeY | ||
| ) |
| int DxLib::GetHandleASyncLoadResult | ( | int | Handle | ) |
| int DxLib::GetHitKeyStateAll | ( | DX_CHAR * | KeyStateArray | ) |
| int DxLib::GetHostIPbyName | ( | const TCHAR * | HostName, |
| IPDATA * | IPDataBuf, | ||
| int | IPDataBufLength = 1, |
||
| int * | IPDataGetNum = NULL |
||
| ) |
| int DxLib::GetHostIPbyName_IPv6 | ( | const TCHAR * | HostName, |
| IPDATA_IPv6 * | IPDataBuf, | ||
| int | IPDataBufLength = 1, |
||
| int * | IPDataGetNum = NULL |
||
| ) |
| int DxLib::GetHostIPbyName_IPv6WithStrLen | ( | const TCHAR * | HostName, |
| size_t | HostNameLength, | ||
| IPDATA_IPv6 * | IPDataBuf, | ||
| int | IPDataBufLength = 1, |
||
| int * | IPDataGetNum = NULL |
||
| ) |
| int DxLib::GetHostIPbyNameWithStrLen | ( | const TCHAR * | HostName, |
| size_t | HostNameLength, | ||
| IPDATA * | IPDataBuf, | ||
| int | IPDataBufLength = 1, |
||
| int * | IPDataGetNum = NULL |
||
| ) |
| void * DxLib::GetImageAddressSoftImage | ( | int | SIHandle | ) |
| int DxLib::GetImageSize_File | ( | const TCHAR * | FileName, |
| int * | SizeX, | ||
| int * | SizeY | ||
| ) |
| int DxLib::GetImageSize_FileWithStrLen | ( | const TCHAR * | FileName, |
| size_t | FileNameLength, | ||
| int * | SizeX, | ||
| int * | SizeY | ||
| ) |
| int DxLib::GetImageSize_Mem | ( | const void * | FileImage, |
| int | FileImageSize, | ||
| int * | SizeX, | ||
| int * | SizeY | ||
| ) |
| const IMEINPUTDATA * DxLib::GetIMEInputData | ( | void | ) |
| int DxLib::GetIMEInputModeStr | ( | TCHAR * | GetBuffer | ) |
| TCHAR DxLib::GetInputChar | ( | int | DeleteFlag | ) |
| TCHAR DxLib::GetInputCharWait | ( | int | DeleteFlag | ) |
| TCHAR DxLib::GetInputSystemChar | ( | int | DeleteFlag | ) |
| int DxLib::GetJoypadAnalogInput | ( | int * | XBuf, |
| int * | YBuf, | ||
| int | InputType | ||
| ) |
| int DxLib::GetJoypadAnalogInputRight | ( | int * | XBuf, |
| int * | YBuf, | ||
| int | InputType | ||
| ) |
| int DxLib::GetJoypadButtonNum | ( | int | InputType | ) |
| double DxLib::GetJoypadDeadZone | ( | int | InputType | ) |
| int DxLib::GetJoypadDirectInputState | ( | int | InputType, |
| DINPUT_JOYSTATE * | DInputState | ||
| ) |
| int DxLib::GetJoypadGUID | ( | int | PadIndex, |
| GUID * | GuidInstanceBuffer, | ||
| GUID * | GuidProductBuffer = NULL |
||
| ) |
| int DxLib::GetJoypadInputState | ( | int | InputType | ) |
| int DxLib::GetJoypadName | ( | int | InputType, |
| TCHAR * | InstanceNameBuffer, | ||
| TCHAR * | ProductNameBuffer | ||
| ) |
| int DxLib::GetJoypadNum | ( | void | ) |
| int DxLib::GetJoypadPOVState | ( | int | InputType, |
| int | POVNumber | ||
| ) |
| int DxLib::GetJoypadXInputState | ( | int | InputType, |
| XINPUT_STATE * | XInputState | ||
| ) |
| int DxLib::GetKeyInputCursorPosition | ( | int | InputHandle | ) |
| int DxLib::GetKeyInputDrawStartPos | ( | int | InputHandle | ) |
| int DxLib::GetKeyInputNumber | ( | int | InputHandle | ) |
| float DxLib::GetKeyInputNumberToFloat | ( | int | InputHandle | ) |
| int DxLib::GetKeyInputSelectArea | ( | int * | SelectStart, |
| int * | SelectEnd, | ||
| int | InputHandle | ||
| ) |
| int DxLib::GetKeyInputString | ( | TCHAR * | StrBuffer, |
| int | InputHandle | ||
| ) |
| int DxLib::GetLastErrorCode | ( | void | ) |
| int DxLib::GetLastErrorMessage | ( | TCHAR * | StringBuffer, |
| int | StringBufferBytes | ||
| ) |
| int DxLib::GetLastUpdateTimeMovieToGraph | ( | int | GraphHandle | ) |
| COLOR_F DxLib::GetLightAmbColor | ( | void | ) |
| COLOR_F DxLib::GetLightAmbColorHandle | ( | int | LHandle | ) |
| int DxLib::GetLightAngle | ( | float * | OutAngle, |
| float * | InAngle | ||
| ) |
| int DxLib::GetLightAngleHandle | ( | int | LHandle, |
| float * | OutAngle, | ||
| float * | InAngle | ||
| ) |
| COLOR_F DxLib::GetLightDifColor | ( | void | ) |
| COLOR_F DxLib::GetLightDifColorHandle | ( | int | LHandle | ) |
| VECTOR DxLib::GetLightDirection | ( | void | ) |
| VECTOR DxLib::GetLightDirectionHandle | ( | int | LHandle | ) |
| int DxLib::GetLightEnable | ( | void | ) |
| int DxLib::GetLightEnableHandle | ( | int | LHandle | ) |
| VECTOR DxLib::GetLightPosition | ( | void | ) |
| VECTOR DxLib::GetLightPositionHandle | ( | int | LHandle | ) |
| int DxLib::GetLightRangeAtten | ( | float * | Range, |
| float * | Atten0, | ||
| float * | Atten1, | ||
| float * | Atten2 | ||
| ) |
| int DxLib::GetLightRangeAttenHandle | ( | int | LHandle, |
| float * | Range, | ||
| float * | Atten0, | ||
| float * | Atten1, | ||
| float * | Atten2 | ||
| ) |
| COLOR_F DxLib::GetLightSpcColor | ( | void | ) |
| COLOR_F DxLib::GetLightSpcColorHandle | ( | int | LHandle | ) |
| int DxLib::GetLightType | ( | void | ) |
| int DxLib::GetLightTypeHandle | ( | int | LHandle | ) |
| int DxLib::GetLogDrawFlag | ( | void | ) |
| int DxLib::GetLoopAreaSamplePosSoundMem | ( | LONGLONG * | LoopStartSamplePosition, |
| LONGLONG * | LoopEndSamplePosition, | ||
| int | SoundHandle | ||
| ) |
| int DxLib::GetLoopAreaTimePosSoundMem | ( | LONGLONG * | LoopStartTime, |
| LONGLONG * | LoopEndTime, | ||
| int | SoundHandle | ||
| ) |
| int DxLib::GetLostNetWork | ( | void | ) |
| HWND DxLib::GetMainWindowHandle | ( | void | ) |
| int DxLib::GetMaskBaseImageInfo | ( | BASEIMAGE * | BaseImage, |
| int | MaskHandle | ||
| ) |
| int DxLib::GetMaskScreenData | ( | int | x1, |
| int | y1, | ||
| int | x2, | ||
| int | y2, | ||
| int | MaskHandle | ||
| ) |
| int DxLib::GetMaskSize | ( | int * | WidthBuf, |
| int * | HeightBuf, | ||
| int | MaskHandle | ||
| ) |
| int DxLib::GetMaskUseFlag | ( | void | ) |
| int DxLib::GetMatrixXYZRotation | ( | const MATRIX * | In, |
| float * | OutXRot, | ||
| float * | OutYRot, | ||
| float * | OutZRot | ||
| ) |
| int DxLib::GetMatrixXYZRotationD | ( | const MATRIX_D * | In, |
| double * | OutXRot, | ||
| double * | OutYRot, | ||
| double * | OutZRot | ||
| ) |
| int DxLib::GetMatrixXZYRotation | ( | const MATRIX * | In, |
| float * | OutXRot, | ||
| float * | OutYRot, | ||
| float * | OutZRot | ||
| ) |
| int DxLib::GetMatrixXZYRotationD | ( | const MATRIX_D * | In, |
| double * | OutXRot, | ||
| double * | OutYRot, | ||
| double * | OutZRot | ||
| ) |
| int DxLib::GetMatrixYXZRotation | ( | const MATRIX * | In, |
| float * | OutXRot, | ||
| float * | OutYRot, | ||
| float * | OutZRot | ||
| ) |
| int DxLib::GetMatrixYXZRotationD | ( | const MATRIX_D * | In, |
| double * | OutXRot, | ||
| double * | OutYRot, | ||
| double * | OutZRot | ||
| ) |
| int DxLib::GetMatrixYZXRotation | ( | const MATRIX * | In, |
| float * | OutXRot, | ||
| float * | OutYRot, | ||
| float * | OutZRot | ||
| ) |
| int DxLib::GetMatrixYZXRotationD | ( | const MATRIX_D * | In, |
| double * | OutXRot, | ||
| double * | OutYRot, | ||
| double * | OutZRot | ||
| ) |
| int DxLib::GetMatrixZXYRotation | ( | const MATRIX * | In, |
| float * | OutXRot, | ||
| float * | OutYRot, | ||
| float * | OutZRot | ||
| ) |
| int DxLib::GetMatrixZXYRotationD | ( | const MATRIX_D * | In, |
| double * | OutXRot, | ||
| double * | OutYRot, | ||
| double * | OutZRot | ||
| ) |
| int DxLib::GetMatrixZYXRotation | ( | const MATRIX * | In, |
| float * | OutXRot, | ||
| float * | OutYRot, | ||
| float * | OutZRot | ||
| ) |
| int DxLib::GetMatrixZYXRotationD | ( | const MATRIX_D * | In, |
| double * | OutXRot, | ||
| double * | OutYRot, | ||
| double * | OutZRot | ||
| ) |
| int DxLib::GetMaxAnisotropy | ( | void | ) |
| int DxLib::GetMaxGraphTextureSize | ( | int * | SizeX, |
| int * | SizeY | ||
| ) |
| int DxLib::GetMaxPrimitiveCount | ( | void | ) |
| int DxLib::GetMaxVertexIndex | ( | void | ) |
| int DxLib::GetMenuItemID | ( | const TCHAR * | ItemName | ) |
| int DxLib::GetMenuItemIDWithStrLen | ( | const TCHAR * | ItemName, |
| size_t | ItemNameLength | ||
| ) |
| int DxLib::GetMenuItemName | ( | int | ItemID, |
| TCHAR * | NameBuffer | ||
| ) |
| int DxLib::GetMonitorDpi | ( | int * | XDpi, |
| int * | YDpi, | ||
| int | MonitorIndex = -1 |
||
| ) |
| int DxLib::GetMouseDispFlag | ( | void | ) |
| int DxLib::GetMouseHWheelRotVol | ( | int | CounterReset = TRUE | ) |
| float DxLib::GetMouseHWheelRotVolF | ( | int | CounterReset = TRUE | ) |
| int DxLib::GetMouseInput | ( | void | ) |
| int DxLib::GetMouseInputLog | ( | int * | Button, |
| int * | ClickX, | ||
| int * | ClickY, | ||
| int | LogDelete = TRUE |
||
| ) |
| int DxLib::GetMouseInputLog2 | ( | int * | Button, |
| int * | ClickX, | ||
| int * | ClickY, | ||
| int * | LogType, | ||
| int | LogDelete = TRUE |
||
| ) |
| int DxLib::GetMousePoint | ( | int * | XBuf, |
| int * | YBuf | ||
| ) |
| int DxLib::GetMouseWheelRotVol | ( | int | CounterReset = TRUE | ) |
| float DxLib::GetMouseWheelRotVolF | ( | int | CounterReset = TRUE | ) |
| const BASEIMAGE * DxLib::GetMovieBaseImageToGraph | ( | int | GraphHandle, |
| int * | ImageUpdateFlag = NULL, |
||
| int | ImageUpdateFlagSetOnly = FALSE |
||
| ) |
| int DxLib::GetMovieImageSize_File | ( | const TCHAR * | FileName, |
| int * | SizeX, | ||
| int * | SizeY | ||
| ) |
| int DxLib::GetMovieImageSize_File_WithStrLen | ( | const TCHAR * | FileName, |
| size_t | FileNameLength, | ||
| int * | SizeX, | ||
| int * | SizeY | ||
| ) |
| int DxLib::GetMovieImageSize_Mem | ( | const void * | FileImage, |
| int | FileImageSize, | ||
| int * | SizeX, | ||
| int * | SizeY | ||
| ) |
| int DxLib::GetMovieStateToGraph | ( | int | GraphHandle | ) |
| int DxLib::GetMovieTotalFrameToGraph | ( | int | GraphHandle | ) |
| int DxLib::GetMP3TagInfo | ( | const TCHAR * | FileName, |
| TCHAR * | TitleBuffer, | ||
| size_t | TitleBufferBytes, | ||
| TCHAR * | ArtistBuffer, | ||
| size_t | ArtistBufferBytes, | ||
| TCHAR * | AlbumBuffer, | ||
| size_t | AlbumBufferBytes, | ||
| TCHAR * | YearBuffer, | ||
| size_t | YearBufferBytes, | ||
| TCHAR * | CommentBuffer, | ||
| size_t | CommentBufferBytes, | ||
| TCHAR * | TrackBuffer, | ||
| size_t | TrackBufferBytes, | ||
| TCHAR * | GenreBuffer, | ||
| size_t | GenreBufferBytes, | ||
| int * | PictureGrHandle | ||
| ) |
| int DxLib::GetMP3TagInfoWithStrLen | ( | const TCHAR * | FileName, |
| size_t | FileNameLength, | ||
| TCHAR * | TitleBuffer, | ||
| size_t | TitleBufferBytes, | ||
| TCHAR * | ArtistBuffer, | ||
| size_t | ArtistBufferBytes, | ||
| TCHAR * | AlbumBuffer, | ||
| size_t | AlbumBufferBytes, | ||
| TCHAR * | YearBuffer, | ||
| size_t | YearBufferBytes, | ||
| TCHAR * | CommentBuffer, | ||
| size_t | CommentBufferBytes, | ||
| TCHAR * | TrackBuffer, | ||
| size_t | TrackBufferBytes, | ||
| TCHAR * | GenreBuffer, | ||
| size_t | GenreBufferBytes, | ||
| int * | PictureGrHandle | ||
| ) |
| int DxLib::GetMultiDrawScreenNum | ( | void | ) |
| int DxLib::GetMultiSampleQuality | ( | int | Samples | ) |
| int DxLib::GetMusicMemPosition | ( | int | MusicHandle | ) |
| int DxLib::GetMusicPosition | ( | void | ) |
| int DxLib::GetMyIPAddress | ( | IPDATA * | IpBuf, |
| int | IpBufLength = 1, |
||
| int * | IpNum = NULL |
||
| ) |
| int DxLib::GetMyIPAddress_IPv6 | ( | IPDATA_IPv6 * | IpBuf, |
| int | IpBufLength = 1, |
||
| int * | IpNum = NULL |
||
| ) |
| int DxLib::GetNetWorkAcceptState | ( | int | NetHandle | ) |
| int DxLib::GetNetWorkCloseAfterLostFlag | ( | void | ) |
| int DxLib::GetNetWorkDataLength | ( | int | NetHandle | ) |
| int DxLib::GetNetWorkIP | ( | int | NetHandle, |
| IPDATA * | IpBuf | ||
| ) |
| int DxLib::GetNetWorkIP_IPv6 | ( | int | NetHandle, |
| IPDATA_IPv6 * | IpBuf | ||
| ) |
| int DxLib::GetNetWorkSendDataLength | ( | int | NetHandle | ) |
| int DxLib::GetNewAcceptNetWork | ( | void | ) |
| int DxLib::GetNoActiveState | ( | int | ResetFlag = TRUE | ) |
| int DxLib::GetNotDrawFlag | ( | void | ) |
| int DxLib::GetNowCount | ( | int | UseRDTSCFlag = FALSE | ) |
| LONGLONG DxLib::GetNowHiPerformanceCount | ( | int | UseRDTSCFlag = FALSE | ) |
| ULONGLONG DxLib::GetNowSysPerformanceCount | ( | void | ) |
| int DxLib::GetObtainsStringCharPosition | ( | int | x, |
| int | y, | ||
| int | AddY, | ||
| const TCHAR * | String, | ||
| int | StrLen, | ||
| int * | PosX, | ||
| int * | PosY, | ||
| int | FontHandle = -1 |
||
| ) |
| int DxLib::GetObtainsStringCharPosition_CharClip | ( | int | x, |
| int | y, | ||
| int | AddY, | ||
| const TCHAR * | String, | ||
| int | StrLen, | ||
| int * | PosX, | ||
| int * | PosY, | ||
| int | FontHandle = -1 |
||
| ) |
| int DxLib::GetOggComment | ( | const TCHAR * | FileName, |
| int | CommentIndex, | ||
| TCHAR * | CommentNameBuffer, | ||
| size_t | CommentNameBufferBytes, | ||
| TCHAR * | CommentBuffer, | ||
| size_t | CommentBufferBytes | ||
| ) |
| int DxLib::GetOggCommentNum | ( | const TCHAR * | FileName | ) |
| int DxLib::GetOggCommentNumWithStrLen | ( | const TCHAR * | FileName, |
| size_t | FileNameLength | ||
| ) |
| int DxLib::GetOggCommentWithStrLen | ( | const TCHAR * | FileName, |
| size_t | FileNameLength, | ||
| int | CommentIndex, | ||
| TCHAR * | CommentNameBuffer, | ||
| size_t | CommentNameBufferBytes, | ||
| TCHAR * | CommentBuffer, | ||
| size_t | CommentBufferBytes | ||
| ) |
| int DxLib::GetOneChar | ( | TCHAR * | CharBuffer, |
| int | DeleteFlag | ||
| ) |
| int DxLib::GetOneCharWait | ( | TCHAR * | CharBuffer, |
| int | DeleteFlag | ||
| ) |
| LONGLONG DxLib::GetOneFrameTimeMovieToGraph | ( | int | GraphHandle | ) |
| int DxLib::GetPaintMessageFlag | ( | void | ) |
| int DxLib::GetPaletteBaseImage | ( | const BASEIMAGE * | BaseImage, |
| int | PaletteNo, | ||
| int * | r, | ||
| int * | g, | ||
| int * | b, | ||
| int * | a | ||
| ) |
| int DxLib::GetPaletteSoftImage | ( | int | SIHandle, |
| int | PaletteNo, | ||
| int * | r, | ||
| int * | g, | ||
| int * | b, | ||
| int * | a | ||
| ) |
| int DxLib::GetPanSoundMem | ( | int | SoundHandle | ) |
| int DxLib::GetPcInfo | ( | TCHAR * | OSString, |
| TCHAR * | DirectXString, | ||
| TCHAR * | CPUString, | ||
| int * | CPUSpeed, | ||
| double * | FreeMemorySize, | ||
| double * | TotalMemorySize, | ||
| TCHAR * | VideoDriverFileName, | ||
| TCHAR * | VideoDriverString, | ||
| double * | FreeVideoMemorySize, | ||
| double * | TotalVideoMemorySize | ||
| ) |
| int DxLib::GetPitchSoftImage | ( | int | SIHandle | ) |
| unsigned int DxLib::GetPixel | ( | int | x, |
| int | y | ||
| ) |
| int DxLib::GetPixelBaseImage | ( | const BASEIMAGE * | BaseImage, |
| int | x, | ||
| int | y, | ||
| int * | r, | ||
| int * | g, | ||
| int * | b, | ||
| int * | a | ||
| ) |
| int DxLib::GetPixelBaseImageF | ( | const BASEIMAGE * | BaseImage, |
| int | x, | ||
| int | y, | ||
| float * | r, | ||
| float * | g, | ||
| float * | b, | ||
| float * | a | ||
| ) |
| COLOR_F DxLib::GetPixelF | ( | int | x, |
| int | y | ||
| ) |
| int DxLib::GetPixelPalCodeBaseImage | ( | const BASEIMAGE * | BaseImage, |
| int | x, | ||
| int | y | ||
| ) |
| int DxLib::GetPixelPalCodeSoftImage | ( | int | SIHandle, |
| int | x, | ||
| int | y | ||
| ) |
| int DxLib::GetPixelSoftImage | ( | int | SIHandle, |
| int | x, | ||
| int | y, | ||
| int * | r, | ||
| int * | g, | ||
| int * | b, | ||
| int * | a | ||
| ) |
| void DxLib::GetPixelSoftImage_Unsafe_ARGB8 | ( | int | SIHandle, |
| int | x, | ||
| int | y, | ||
| int * | r, | ||
| int * | g, | ||
| int * | b, | ||
| int * | a | ||
| ) |
| void DxLib::GetPixelSoftImage_Unsafe_XRGB8 | ( | int | SIHandle, |
| int | x, | ||
| int | y, | ||
| int * | r, | ||
| int * | g, | ||
| int * | b | ||
| ) |
| int DxLib::GetPixelSoftImageF | ( | int | SIHandle, |
| int | x, | ||
| int | y, | ||
| float * | r, | ||
| float * | g, | ||
| float * | b, | ||
| float * | a | ||
| ) |
| int DxLib::GetPrivateProfileIntDx | ( | const TCHAR * | AppName, |
| const TCHAR * | KeyName, | ||
| int | Default, | ||
| const TCHAR * | IniFilePath, | ||
| int | IniFileCharCodeFormat = -1 |
||
| ) |
| int DxLib::GetPrivateProfileIntDxForMem | ( | const TCHAR * | AppName, |
| const TCHAR * | KeyName, | ||
| int | Default, | ||
| const void * | IniFileImage, | ||
| size_t | IniFileImageBytes, | ||
| int | IniFileCharCodeFormat = -1 |
||
| ) |
| int DxLib::GetPrivateProfileIntDxForMemWithStrLen | ( | const TCHAR * | AppName, |
| size_t | AppNameLength, | ||
| const TCHAR * | KeyName, | ||
| size_t | KeyNameLength, | ||
| int | Default, | ||
| const void * | IniFileImage, | ||
| size_t | IniFileImageBytes, | ||
| int | IniFileCharCodeFormat = -1 |
||
| ) |
| int DxLib::GetPrivateProfileIntDxWithStrLen | ( | const TCHAR * | AppName, |
| size_t | AppNameLength, | ||
| const TCHAR * | KeyName, | ||
| size_t | KeyNameLength, | ||
| int | Default, | ||
| const TCHAR * | IniFilePath, | ||
| size_t | IniFilePathLength, | ||
| int | IniFileCharCodeFormat = -1 |
||
| ) |
| int DxLib::GetPrivateProfileStringDx | ( | const TCHAR * | AppName, |
| const TCHAR * | KeyName, | ||
| const TCHAR * | Default, | ||
| TCHAR * | ReturnedStringBuffer, | ||
| size_t | ReturnedStringBufferBytes, | ||
| const TCHAR * | IniFilePath, | ||
| int | IniFileCharCodeFormat = -1 |
||
| ) |
| int DxLib::GetPrivateProfileStringDxForMem | ( | const TCHAR * | AppName, |
| const TCHAR * | KeyName, | ||
| const TCHAR * | Default, | ||
| TCHAR * | ReturnedStringBuffer, | ||
| size_t | ReturnedStringBufferBytes, | ||
| const void * | IniFileImage, | ||
| size_t | IniFileImageBytes, | ||
| int | IniFileCharCodeFormat = -1 |
||
| ) |
| int DxLib::GetPrivateProfileStringDxForMemWithStrLen | ( | const TCHAR * | AppName, |
| size_t | AppNameLength, | ||
| const TCHAR * | KeyName, | ||
| size_t | KeyNameLength, | ||
| const TCHAR * | Default, | ||
| size_t | DefaultLength, | ||
| TCHAR * | ReturnedStringBuffer, | ||
| size_t | ReturnedStringBufferBytes, | ||
| const void * | IniFileImage, | ||
| size_t | IniFileImageBytes, | ||
| int | IniFileCharCodeFormat = -1 |
||
| ) |
| int DxLib::GetPrivateProfileStringDxWithStrLen | ( | const TCHAR * | AppName, |
| size_t | AppNameLength, | ||
| const TCHAR * | KeyName, | ||
| size_t | KeyNameLength, | ||
| const TCHAR * | Default, | ||
| size_t | DefaultLength, | ||
| TCHAR * | ReturnedStringBuffer, | ||
| size_t | ReturnedStringBufferBytes, | ||
| const TCHAR * | IniFilePath, | ||
| size_t | IniFilePathLength, | ||
| int | IniFileCharCodeFormat = -1 |
||
| ) |
| int DxLib::GetRand | ( | int | RandMax | ) |
| int DxLib::GetRectSize | ( | const RECT * | Rect, |
| int * | Width, | ||
| int * | Height | ||
| ) |
| int DxLib::GetRefreshRate | ( | void | ) |
| const TCHAR * DxLib::GetResourceIDString | ( | int | ResourceID | ) |
| int DxLib::GetResourceInfo | ( | const TCHAR * | ResourceName, |
| const TCHAR * | ResourceType, | ||
| void ** | DataPointerP, | ||
| size_t * | DataSizeP | ||
| ) |
| int DxLib::GetResourceInfoWithStrLen | ( | const TCHAR * | ResourceName, |
| size_t | ResourceNameLength, | ||
| const TCHAR * | ResourceType, | ||
| size_t | ResourceTypeLength, | ||
| void ** | DataPointerP, | ||
| size_t * | DataSizeP | ||
| ) |
| int DxLib::GetScreenBitDepth | ( | void | ) |
| int DxLib::GetScreenMemToSystemMemFlag | ( | void | ) |
| int DxLib::GetScreenState | ( | int * | SizeX, |
| int * | SizeY, | ||
| int * | ColorBitDepth | ||
| ) |
| int DxLib::GetShadowMapViewProjectionMatrix | ( | int | SmHandle, |
| MATRIX * | MatrixBuffer | ||
| ) |
| int DxLib::GetSoftImageSize | ( | int | SIHandle, |
| int * | Width, | ||
| int * | Height | ||
| ) |
| void * DxLib::GetSoftSoundDataImage | ( | int | SoftSoundHandle | ) |
| int DxLib::GetSoftSoundFormat | ( | int | SoftSoundHandle, |
| int * | Channels, | ||
| int * | BitsPerSample, | ||
| int * | SamplesPerSec, | ||
| int * | IsFloatType = NULL |
||
| ) |
| int DxLib::GetSoftSoundPlayerFormat | ( | int | SSoundPlayerHandle, |
| int * | Channels, | ||
| int * | BitsPerSample, | ||
| int * | SamplesPerSec | ||
| ) |
| LONGLONG DxLib::GetSoftSoundSampleNum | ( | int | SoftSoundHandle | ) |
| LONGLONG DxLib::GetSoundCurrentPosition | ( | int | SoundHandle | ) |
| LONGLONG DxLib::GetSoundCurrentTime | ( | int | SoundHandle | ) |
| int DxLib::GetSoundCurrentTimeType | ( | void | ) |
| LONGLONG DxLib::GetSoundTotalSample | ( | int | SoundHandle | ) |
| LONGLONG DxLib::GetSoundTotalTime | ( | int | SoundHandle | ) |
| int DxLib::GetStockDataLengthSoftSoundPlayer | ( | int | SSoundPlayerHandle | ) |
| int DxLib::GetStreamFunctionDefault | ( | void | ) |
| LONGLONG DxLib::GetStreamSoundCurrentPosition | ( | int | SoundHandle | ) |
| LONGLONG DxLib::GetStreamSoundCurrentTime | ( | int | SoundHandle | ) |
| int DxLib::GetStringLength | ( | const TCHAR * | String | ) |
| int DxLib::GetStringPoint | ( | const TCHAR * | String, |
| int | Point | ||
| ) |
| int DxLib::GetStringPoint2 | ( | const TCHAR * | String, |
| int | Point | ||
| ) |
| int DxLib::GetStringPoint2WithStrLen | ( | const TCHAR * | String, |
| size_t | StringLength, | ||
| int | Point | ||
| ) |
| int DxLib::GetStringPointWithStrLen | ( | const TCHAR * | String, |
| size_t | StringLength, | ||
| int | Point | ||
| ) |
| ULONGLONG DxLib::GetSysPerformanceFrequency | ( | void | ) |
| HINSTANCE DxLib::GetTaskInstance | ( | void | ) |
| const COLORDATA * DxLib::GetTexColorData | ( | const IMAGEFORMATDESC * | Format | ) |
| const COLORDATA * DxLib::GetTexColorData | ( | int | AlphaCh, |
| int | AlphaTest, | ||
| int | ColorBitDepth, | ||
| int | DrawValid = FALSE |
||
| ) |
| const COLORDATA * DxLib::GetTexColorData | ( | int | FormatIndex | ) |
| int DxLib::GetTexFormatIndex | ( | const IMAGEFORMATDESC * | Format | ) |
| int DxLib::GetToolBarButtonState | ( | int | ID | ) |
| int DxLib::GetTouchInput | ( | int | InputNo, |
| int * | PositionX, | ||
| int * | PositionY, | ||
| int * | ID = NULL, |
||
| int * | Device = NULL |
||
| ) |
| int DxLib::GetTouchInputDownLog | ( | TOUCHINPUTPOINT * | PointData, |
| int | GetNum, | ||
| int | PeekFlag = FALSE |
||
| ) |
| int DxLib::GetTouchInputDownLogNum | ( | void | ) |
| TOUCHINPUTPOINT DxLib::GetTouchInputDownLogOne | ( | int | PeekFlag = FALSE | ) |
| int DxLib::GetTouchInputLog | ( | TOUCHINPUTDATA * | TouchData, |
| int | GetNum, | ||
| int | PeekFlag = FALSE |
||
| ) |
| int DxLib::GetTouchInputLogNum | ( | void | ) |
| TOUCHINPUTDATA DxLib::GetTouchInputLogOne | ( | int | PeekFlag = FALSE | ) |
| int DxLib::GetTouchInputNum | ( | void | ) |
| int DxLib::GetTouchInputUpLog | ( | TOUCHINPUTPOINT * | PointData, |
| int | GetNum, | ||
| int | PeekFlag = FALSE |
||
| ) |
| int DxLib::GetTouchInputUpLogNum | ( | void | ) |
| TOUCHINPUTPOINT DxLib::GetTouchInputUpLogOne | ( | int | PeekFlag = FALSE | ) |
| int DxLib::GetTransColor | ( | int * | Red, |
| int * | Green, | ||
| int * | Blue | ||
| ) |
| int DxLib::GetTransformPosition | ( | VECTOR * | LocalPos, |
| float * | x, | ||
| float * | y | ||
| ) |
| int DxLib::GetTransformPositionD | ( | VECTOR_D * | LocalPos, |
| double * | x, | ||
| double * | y | ||
| ) |
| int DxLib::GetTransformToAPIViewportMatrix | ( | MATRIX * | MatBuf | ) |
| int DxLib::GetTransformToAPIViewportMatrixD | ( | MATRIX_D * | MatBuf | ) |
| int DxLib::GetTransformToProjectionMatrix | ( | MATRIX * | MatBuf | ) |
| int DxLib::GetTransformToProjectionMatrixD | ( | MATRIX_D * | MatBuf | ) |
| int DxLib::GetTransformToViewMatrix | ( | MATRIX * | MatBuf | ) |
| int DxLib::GetTransformToViewMatrixD | ( | MATRIX_D * | MatBuf | ) |
| int DxLib::GetTransformToViewportMatrix | ( | MATRIX * | MatBuf | ) |
| int DxLib::GetTransformToViewportMatrixD | ( | MATRIX_D * | MatBuf | ) |
| int DxLib::GetTransformToWorldMatrix | ( | MATRIX * | MatBuf | ) |
| int DxLib::GetTransformToWorldMatrixD | ( | MATRIX_D * | MatBuf | ) |
| int DxLib::GetUse3DFlag | ( | void | ) |
| int DxLib::GetUseAlphaChannelGraphCreateFlag | ( | void | ) |
| int DxLib::GetUseAlphaTestFlag | ( | void | ) |
| int DxLib::GetUseAlphaTestGraphCreateFlag | ( | void | ) |
| int DxLib::GetUseASyncLoadFlag | ( | void | ) |
| int DxLib::GetUseBackCulling | ( | void | ) |
| int DxLib::GetUseBlendGraphCreateFlag | ( | void | ) |
| int DxLib::GetUseCharCodeFormat | ( | void | ) |
| const void * DxLib::GetUseDDrawObj | ( | void | ) |
| const void * DxLib::GetUseDirect3D11BackBufferRenderTargetView | ( | void | ) |
| const void * DxLib::GetUseDirect3D11BackBufferTexture2D | ( | void | ) |
| const void * DxLib::GetUseDirect3D11DepthStencilTexture2D | ( | void | ) |
| const void * DxLib::GetUseDirect3D11Device | ( | void | ) |
| const void * DxLib::GetUseDirect3D11DeviceContext | ( | void | ) |
| int DxLib::GetUseDirect3D11FeatureLevel | ( | void | ) |
| const void * DxLib::GetUseDirect3D9BackBufferSurface | ( | void | ) |
| const void * DxLib::GetUseDirect3DDevice9 | ( | void | ) |
| int DxLib::GetUseDirect3DVersion | ( | void | ) |
| int DxLib::GetUseDXNetWorkProtocol | ( | void | ) |
| int DxLib::GetUseDXProtocol | ( | void | ) |
| int DxLib::GetUseGDIFlag | ( | void | ) |
| int DxLib::GetUseGraphAlphaChannel | ( | void | ) |
| int DxLib::GetUseGraphBaseDataBackup | ( | void | ) |
| int DxLib::GetUseIMEFlag | ( | void | ) |
| int DxLib::GetUseMaskScreenFlag | ( | void | ) |
| int DxLib::GetUseMenuFlag | ( | void | ) |
| int DxLib::GetUseMMXFlag | ( | void | ) |
| int DxLib::GetUseNotManageTextureFlag | ( | void | ) |
| int DxLib::GetUsePlatformTextureFormat | ( | void | ) |
| int DxLib::GetUseSetDrawScreenSettingReset | ( | void | ) |
| int DxLib::GetUseSSE2Flag | ( | void | ) |
| int DxLib::GetUseSSEFlag | ( | void | ) |
| int DxLib::GetUseSystemMemGraphCreateFlag | ( | void | ) |
| int DxLib::GetUseVramFlag | ( | void | ) |
| int DxLib::GetUseWindowRgnFlag | ( | void | ) |
| int DxLib::GetValidHiPerformanceCounter | ( | void | ) |
| int DxLib::GetValidRestoreShredPoint | ( | void | ) |
| int DxLib::GetValidShaderVersion | ( | void | ) |
| int DxLib::GetVideoMemorySize | ( | int * | AllSize, |
| int * | FreeSize | ||
| ) |
| int DxLib::GetVolumeSoundMem | ( | int | SoundHandle | ) |
| int DxLib::GetVolumeSoundMem2 | ( | int | SoundHandle | ) |
| int DxLib::GetWaitVSyncFlag | ( | void | ) |
| int DxLib::GetWindowActiveFlag | ( | void | ) |
| int DxLib::GetWindowClientRect | ( | RECT * | RectBuf | ) |
| int DxLib::GetWindowCloseFlag | ( | void | ) |
| int DxLib::GetWindowCRect | ( | RECT * | RectBuf | ) |
| int DxLib::GetWindowEdgeWidth | ( | int * | LeftWidth, |
| int * | RightWidth, | ||
| int * | TopWidth, | ||
| int * | BottomWidth | ||
| ) |
| int DxLib::GetWindowFrameRect | ( | RECT * | RectBuf | ) |
| int DxLib::GetWindowMaxSizeFlag | ( | void | ) |
| int DxLib::GetWindowMinSizeFlag | ( | void | ) |
| int DxLib::GetWindowModeFlag | ( | void | ) |
| int DxLib::GetWindowPosition | ( | int * | x, |
| int * | y | ||
| ) |
| int DxLib::GetWindowSize | ( | int * | Width, |
| int * | Height | ||
| ) |
| int DxLib::GetWindowSizeChangeEnableFlag | ( | int * | FitScreen = NULL | ) |
| double DxLib::GetWindowSizeExtendRate | ( | double * | ExRateX = NULL, |
| double * | ExRateY = NULL |
||
| ) |
| int DxLib::GetWindowUserCloseFlag | ( | int | StateResetFlag = FALSE | ) |
| int DxLib::GetWinSockLastError | ( | void | ) |
| int DxLib::GetWriteAlphaChannelFlag | ( | void | ) |
| int DxLib::GraphBlend | ( | int | GrHandle, |
| int | BlendGrHandle, | ||
| int | BlendRatio, | ||
| int | BlendType, | ||
| ... | |||
| ) |
| int DxLib::GraphBlendBlt | ( | int | SrcGrHandle, |
| int | BlendGrHandle, | ||
| int | DestGrHandle, | ||
| int | BlendRatio, | ||
| int | BlendType, | ||
| ... | |||
| ) |
| int DxLib::GraphBlendRectBlt | ( | int | SrcGrHandle, |
| int | BlendGrHandle, | ||
| int | DestGrHandle, | ||
| int | SrcX1, | ||
| int | SrcY1, | ||
| int | SrcX2, | ||
| int | SrcY2, | ||
| int | BlendX, | ||
| int | BlendY, | ||
| int | DestX, | ||
| int | DestY, | ||
| int | BlendRatio, | ||
| int | BlendType, | ||
| ... | |||
| ) |
| int DxLib::GraphColorMatchBltVer2 | ( | void * | DestGraphData, |
| int | DestPitch, | ||
| const COLORDATA * | DestColorData, | ||
| const void * | SrcGraphData, | ||
| int | SrcPitch, | ||
| const COLORDATA * | SrcColorData, | ||
| const void * | AlphaMask, | ||
| int | AlphaPitch, | ||
| const COLORDATA * | AlphaColorData, | ||
| POINT | DestPoint, | ||
| const RECT * | SrcRect, | ||
| int | ReverseFlag, | ||
| int | TransColorAlphaTestFlag, | ||
| unsigned int | TransColor, | ||
| int | ImageShavedMode, | ||
| int | AlphaOnlyFlag = FALSE, |
||
| int | RedIsAlphaFlag = FALSE, |
||
| int | TransColorNoMoveFlag = FALSE, |
||
| int | Pal8ColorMatch = FALSE |
||
| ) |
| int DxLib::GraphFilter | ( | int | GrHandle, |
| int | FilterType, | ||
| ... | |||
| ) |
| int DxLib::GraphFilterBlt | ( | int | SrcGrHandle, |
| int | DestGrHandle, | ||
| int | FilterType, | ||
| ... | |||
| ) |
| int DxLib::GraphFilterRectBlt | ( | int | SrcGrHandle, |
| int | DestGrHandle, | ||
| int | SrcX1, | ||
| int | SrcY1, | ||
| int | SrcX2, | ||
| int | SrcY2, | ||
| int | DestX, | ||
| int | DestY, | ||
| int | FilterType, | ||
| ... | |||
| ) |
| int DxLib::GraphImageBltToMask | ( | const BASEIMAGE * | BaseImage, |
| int | ImageX, | ||
| int | ImageY, | ||
| int | MaskHandle | ||
| ) |
| int DxLib::GraphLock | ( | int | GrHandle, |
| int * | PitchBuf, | ||
| void ** | DataPointBuf, | ||
| COLORDATA ** | ColorDataPP = NULL, |
||
| int | WriteOnly = FALSE |
||
| ) |
| int DxLib::GraphUnLock | ( | int | GrHandle | ) |
| DWORD DxLib::HashCRC32 | ( | const void * | SrcData, |
| size_t | SrcDataSize | ||
| ) |
| int DxLib::HitCheck_Capsule_Capsule | ( | VECTOR | Cap1Pos1, |
| VECTOR | Cap1Pos2, | ||
| float | Cap1R, | ||
| VECTOR | Cap2Pos1, | ||
| VECTOR | Cap2Pos2, | ||
| float | Cap2R | ||
| ) |
| int DxLib::HitCheck_Capsule_CapsuleD | ( | VECTOR_D | Cap1Pos1, |
| VECTOR_D | Cap1Pos2, | ||
| double | Cap1R, | ||
| VECTOR_D | Cap2Pos1, | ||
| VECTOR_D | Cap2Pos2, | ||
| double | Cap2R | ||
| ) |
| int DxLib::HitCheck_Capsule_Triangle | ( | VECTOR | CapPos1, |
| VECTOR | CapPos2, | ||
| float | CapR, | ||
| VECTOR | TrianglePos1, | ||
| VECTOR | TrianglePos2, | ||
| VECTOR | TrianglePos3 | ||
| ) |
| int DxLib::HitCheck_Capsule_TriangleD | ( | VECTOR_D | CapPos1, |
| VECTOR_D | CapPos2, | ||
| double | CapR, | ||
| VECTOR_D | TrianglePos1, | ||
| VECTOR_D | TrianglePos2, | ||
| VECTOR_D | TrianglePos3 | ||
| ) |
| HITRESULT_LINE DxLib::HitCheck_Line_Cube | ( | VECTOR | LinePos1, |
| VECTOR | LinePos2, | ||
| VECTOR | CubePos1, | ||
| VECTOR | CubePos2 | ||
| ) |
| HITRESULT_LINE_D DxLib::HitCheck_Line_CubeD | ( | VECTOR_D | LinePos1, |
| VECTOR_D | LinePos2, | ||
| VECTOR_D | CubePos1, | ||
| VECTOR_D | CubePos2 | ||
| ) |
| int DxLib::HitCheck_Line_Sphere | ( | VECTOR | LinePos1, |
| VECTOR | LinePos2, | ||
| VECTOR | SphereCenterPos, | ||
| float | SphereR | ||
| ) |
| int DxLib::HitCheck_Line_SphereD | ( | VECTOR_D | LinePos1, |
| VECTOR_D | LinePos2, | ||
| VECTOR_D | SphereCenterPos, | ||
| double | SphereR | ||
| ) |
| HITRESULT_LINE DxLib::HitCheck_Line_Triangle | ( | VECTOR | LinePos1, |
| VECTOR | LinePos2, | ||
| VECTOR | TrianglePos1, | ||
| VECTOR | TrianglePos2, | ||
| VECTOR | TrianglePos3 | ||
| ) |
| HITRESULT_LINE_D DxLib::HitCheck_Line_TriangleD | ( | VECTOR_D | LinePos1, |
| VECTOR_D | LinePos2, | ||
| VECTOR_D | TrianglePos1, | ||
| VECTOR_D | TrianglePos2, | ||
| VECTOR_D | TrianglePos3 | ||
| ) |
| int DxLib::HitCheck_Point_Cone | ( | VECTOR | PointPos, |
| VECTOR | ConeTopPos, | ||
| VECTOR | ConeBottomPos, | ||
| float | ConeR | ||
| ) |
| int DxLib::HitCheck_Point_ConeD | ( | VECTOR_D | PointPos, |
| VECTOR_D | ConeTopPos, | ||
| VECTOR_D | ConeBottomPos, | ||
| double | ConeR | ||
| ) |
| int DxLib::HitCheck_Sphere_Capsule | ( | VECTOR | SphereCenterPos, |
| float | SphereR, | ||
| VECTOR | CapPos1, | ||
| VECTOR | CapPos2, | ||
| float | CapR | ||
| ) |
| int DxLib::HitCheck_Sphere_CapsuleD | ( | VECTOR_D | SphereCenterPos, |
| double | SphereR, | ||
| VECTOR_D | CapPos1, | ||
| VECTOR_D | CapPos2, | ||
| double | CapR | ||
| ) |
| int DxLib::HitCheck_Sphere_Sphere | ( | VECTOR | Sphere1CenterPos, |
| float | Sphere1R, | ||
| VECTOR | Sphere2CenterPos, | ||
| float | Sphere2R | ||
| ) |
| int DxLib::HitCheck_Sphere_SphereD | ( | VECTOR_D | Sphere1CenterPos, |
| double | Sphere1R, | ||
| VECTOR_D | Sphere2CenterPos, | ||
| double | Sphere2R | ||
| ) |
| int DxLib::HitCheck_Sphere_Triangle | ( | VECTOR | SphereCenterPos, |
| float | SphereR, | ||
| VECTOR | TrianglePos1, | ||
| VECTOR | TrianglePos2, | ||
| VECTOR | TrianglePos3 | ||
| ) |
| int DxLib::HitCheck_Sphere_TriangleD | ( | VECTOR_D | SphereCenterPos, |
| double | SphereR, | ||
| VECTOR_D | TrianglePos1, | ||
| VECTOR_D | TrianglePos2, | ||
| VECTOR_D | TrianglePos3 | ||
| ) |
| int DxLib::HitCheck_Triangle_Triangle | ( | VECTOR | Triangle1Pos1, |
| VECTOR | Triangle1Pos2, | ||
| VECTOR | Triangle1Pos3, | ||
| VECTOR | Triangle2Pos1, | ||
| VECTOR | Triangle2Pos2, | ||
| VECTOR | Triangle2Pos3 | ||
| ) |
| int DxLib::HitCheck_Triangle_Triangle_2D | ( | VECTOR | Triangle1Pos1, |
| VECTOR | Triangle1Pos2, | ||
| VECTOR | Triangle1Pos3, | ||
| VECTOR | Triangle2Pos1, | ||
| VECTOR | Triangle2Pos2, | ||
| VECTOR | Triangle2Pos3 | ||
| ) |
| int DxLib::HitCheck_Triangle_TriangleD | ( | VECTOR_D | Triangle1Pos1, |
| VECTOR_D | Triangle1Pos2, | ||
| VECTOR_D | Triangle1Pos3, | ||
| VECTOR_D | Triangle2Pos1, | ||
| VECTOR_D | Triangle2Pos2, | ||
| VECTOR_D | Triangle2Pos3 | ||
| ) |
| int DxLib::HitCheck_Triangle_TriangleD_2D | ( | VECTOR_D | Triangle1Pos1, |
| VECTOR_D | Triangle1Pos2, | ||
| VECTOR_D | Triangle1Pos3, | ||
| VECTOR_D | Triangle2Pos1, | ||
| VECTOR_D | Triangle2Pos2, | ||
| VECTOR_D | Triangle2Pos3 | ||
| ) |
| int DxLib::InitFontToHandle | ( | void | ) |
| int DxLib::InitGraph | ( | int | LogOutFlag = FALSE | ) |
| int DxLib::InitIndexBuffer | ( | void | ) |
| int DxLib::InitKeyInput | ( | void | ) |
| int DxLib::InitMask | ( | void | ) |
| int DxLib::InitMusicMem | ( | void | ) |
| int DxLib::InitShader | ( | void | ) |
| int DxLib::InitShaderConstantBuffer | ( | void | ) |
| int DxLib::InitSoftImage | ( | void | ) |
| int DxLib::InitSoftSound | ( | void | ) |
| int DxLib::InitSoftSoundPlayer | ( | void | ) |
| int DxLib::InitSoundMem | ( | int | LogOutFlag = FALSE | ) |
| int DxLib::InitVertexBuffer | ( | void | ) |
| int DxLib::InputStringToCustom | ( | int | x, |
| int | y, | ||
| size_t | BufLength, | ||
| TCHAR * | StrBuffer, | ||
| int | CancelValidFlag, | ||
| int | SingleCharOnlyFlag, | ||
| int | NumCharOnlyFlag, | ||
| int | DoubleCharOnlyFlag = FALSE, |
||
| int | EnableNewLineFlag = FALSE, |
||
| int | DisplayCandidateList = TRUE |
||
| ) |
| int DxLib::InsertMenuItem_ID | ( | int | ItemID, |
| int | NewItemID | ||
| ) |
| int DxLib::InsertMenuItem_Name | ( | const TCHAR * | ItemName, |
| const TCHAR * | NewItemName | ||
| ) |
| int DxLib::InsertMenuItem_NameWithStrLen | ( | const TCHAR * | ItemName, |
| size_t | ItemNameLength, | ||
| const TCHAR * | NewItemName, | ||
| size_t | NewItemNameLength | ||
| ) |
| int DxLib::InsertMenuLine_ID | ( | int | ItemID, |
| int | NewItemID | ||
| ) |
| int DxLib::InsertMenuLine_Name | ( | const TCHAR * | ItemName | ) |
| int DxLib::InsertMenuLine_NameWithStrLen | ( | const TCHAR * | ItemName, |
| size_t | ItemNameLength | ||
| ) |
| TCHAR * DxLib::itoa_sDx | ( | int | Value, |
| TCHAR * | Buffer, | ||
| size_t | BufferBytes, | ||
| int | Radix | ||
| ) |
| TCHAR * DxLib::itoaDx | ( | int | Value, |
| TCHAR * | Buffer, | ||
| int | Radix | ||
| ) |
| int DxLib::KeyInputNumber | ( | int | x, |
| int | y, | ||
| int | MaxNum, | ||
| int | MinNum, | ||
| int | CancelValidFlag | ||
| ) |
| int DxLib::KeyInputSingleCharString | ( | int | x, |
| int | y, | ||
| size_t | CharMaxLength, | ||
| TCHAR * | StrBuffer, | ||
| int | CancelValidFlag | ||
| ) |
| int DxLib::KeyInputString | ( | int | x, |
| int | y, | ||
| size_t | CharMaxLength, | ||
| TCHAR * | StrBuffer, | ||
| int | CancelValidFlag | ||
| ) |
| int DxLib::Live2D_DeleteModel | ( | int | Live2DModelHandle | ) |
| int DxLib::Live2D_InitModel | ( | void | ) |
| int DxLib::Live2D_LoadModel | ( | const TCHAR * | FilePath | ) |
| int DxLib::Live2D_LoadModelWithStrLen | ( | const TCHAR * | FilePath, |
| size_t | FilePathLength | ||
| ) |
| int DxLib::Live2D_Model_Draw | ( | int | Live2DModelHandle | ) |
| int DxLib::Live2D_Model_GetExpressionCount | ( | int | Live2DModelHandle | ) |
| const TCHAR * DxLib::Live2D_Model_GetExpressionFileName | ( | int | Live2DModelHandle, |
| int | index | ||
| ) |
| const TCHAR * DxLib::Live2D_Model_GetExpressionName | ( | int | Live2DModelHandle, |
| int | index | ||
| ) |
| int DxLib::Live2D_Model_GetEyeBlinkParameterCount | ( | int | Live2DModelHandle | ) |
| const TCHAR * DxLib::Live2D_Model_GetEyeBlinkParameterId | ( | int | Live2DModelHandle, |
| int | index | ||
| ) |
| const TCHAR * DxLib::Live2D_Model_GetHitAreaName | ( | int | Live2DModelHandle, |
| int | index | ||
| ) |
| int DxLib::Live2D_Model_GetHitAreasCount | ( | int | Live2DModelHandle | ) |
| int DxLib::Live2D_Model_GetLipSyncParameterCount | ( | int | Live2DModelHandle | ) |
| const TCHAR * DxLib::Live2D_Model_GetLipSyncParameterId | ( | int | Live2DModelHandle, |
| int | index | ||
| ) |
| int DxLib::Live2D_Model_GetMotionCount | ( | int | Live2DModelHandle, |
| const TCHAR * | groupName | ||
| ) |
| int DxLib::Live2D_Model_GetMotionCountWithStrLen | ( | int | Live2DModelHandle, |
| const TCHAR * | groupName, | ||
| size_t | groupNameLength | ||
| ) |
| float DxLib::Live2D_Model_GetMotionFadeInTimeValue | ( | int | Live2DModelHandle, |
| const TCHAR * | groupName, | ||
| int | index | ||
| ) |
| float DxLib::Live2D_Model_GetMotionFadeInTimeValueWithStrLen | ( | int | Live2DModelHandle, |
| const TCHAR * | groupName, | ||
| size_t | groupNameLength, | ||
| int | index | ||
| ) |
| float DxLib::Live2D_Model_GetMotionFadeOutTimeValue | ( | int | Live2DModelHandle, |
| const TCHAR * | groupName, | ||
| int | index | ||
| ) |
| float DxLib::Live2D_Model_GetMotionFadeOutTimeValueWithStrLen | ( | int | Live2DModelHandle, |
| const TCHAR * | groupName, | ||
| size_t | groupNameLength, | ||
| int | index | ||
| ) |
| const TCHAR * DxLib::Live2D_Model_GetMotionFileName | ( | int | Live2DModelHandle, |
| const TCHAR * | groupName, | ||
| int | index | ||
| ) |
| const TCHAR * DxLib::Live2D_Model_GetMotionFileNameWithStrLen | ( | int | Live2DModelHandle, |
| const TCHAR * | groupName, | ||
| size_t | groupNameLength, | ||
| int | index | ||
| ) |
| int DxLib::Live2D_Model_GetMotionGroupCount | ( | int | Live2DModelHandle | ) |
| const TCHAR * DxLib::Live2D_Model_GetMotionGroupName | ( | int | Live2DModelHandle, |
| int | index | ||
| ) |
| const TCHAR * DxLib::Live2D_Model_GetMotionSoundFileName | ( | int | Live2DModelHandle, |
| const TCHAR * | groupName, | ||
| int | index | ||
| ) |
| const TCHAR * DxLib::Live2D_Model_GetMotionSoundFileNameWithStrLen | ( | int | Live2DModelHandle, |
| const TCHAR * | groupName, | ||
| size_t | groupNameLength, | ||
| int | index | ||
| ) |
| int DxLib::Live2D_Model_GetParameterCount | ( | int | Live2DModelHandle | ) |
| const TCHAR * DxLib::Live2D_Model_GetParameterId | ( | int | Live2DModelHandle, |
| int | index | ||
| ) |
| float DxLib::Live2D_Model_GetParameterValue | ( | int | Live2DModelHandle, |
| const TCHAR * | parameterId | ||
| ) |
| float DxLib::Live2D_Model_GetParameterValueWithStrLen | ( | int | Live2DModelHandle, |
| const TCHAR * | parameterId, | ||
| size_t | parameterIdLength | ||
| ) |
| const TCHAR * DxLib::Live2D_Model_GetPhysicsFileName | ( | int | Live2DModelHandle | ) |
| const TCHAR * DxLib::Live2D_Model_GetPoseFileName | ( | int | Live2DModelHandle | ) |
| const TCHAR * DxLib::Live2D_Model_GetUserDataFile | ( | int | Live2DModelHandle | ) |
| int DxLib::Live2D_Model_HitTest | ( | int | Live2DModelHandle, |
| const TCHAR * | hitAreaName, | ||
| float | x, | ||
| float | y | ||
| ) |
| int DxLib::Live2D_Model_HitTestWithStrLen | ( | int | Live2DModelHandle, |
| const TCHAR * | hitAreaName, | ||
| size_t | hitAreaNameLength, | ||
| float | x, | ||
| float | y | ||
| ) |
| int DxLib::Live2D_Model_IsMotionFinished | ( | int | Live2DModelHandle | ) |
| int DxLib::Live2D_Model_SetExpression | ( | int | Live2DModelHandle, |
| const TCHAR * | expressionID | ||
| ) |
| int DxLib::Live2D_Model_SetExpressionWithStrLen | ( | int | Live2DModelHandle, |
| const TCHAR * | expressionID, | ||
| size_t | expressionIDLength | ||
| ) |
| int DxLib::Live2D_Model_SetExtendRate | ( | int | Live2DModelHandle, |
| float | ExRateX, | ||
| float | ExRateY | ||
| ) |
| int DxLib::Live2D_Model_SetParameterValue | ( | int | Live2DModelHandle, |
| const TCHAR * | parameterId, | ||
| float | value | ||
| ) |
| int DxLib::Live2D_Model_SetParameterValueWithStrLen | ( | int | Live2DModelHandle, |
| const TCHAR * | parameterId, | ||
| size_t | parameterIdLength, | ||
| float | value | ||
| ) |
| int DxLib::Live2D_Model_SetRotate | ( | int | Live2DModelHandle, |
| float | RotAngle | ||
| ) |
| int DxLib::Live2D_Model_SetTranslate | ( | int | Live2DModelHandle, |
| float | x, | ||
| float | y | ||
| ) |
| int DxLib::Live2D_Model_StartMotion | ( | int | Live2DModelHandle, |
| const TCHAR * | group, | ||
| int | no | ||
| ) |
| int DxLib::Live2D_Model_StartMotionWithStrLen | ( | int | Live2DModelHandle, |
| const TCHAR * | group, | ||
| size_t | groupLength, | ||
| int | no | ||
| ) |
| int DxLib::Live2D_Model_Update | ( | int | Live2DModelHandle, |
| float | DeltaTimeSeconds | ||
| ) |
| int DxLib::Live2D_RenderBegin | ( | void | ) |
| int DxLib::Live2D_RenderEnd | ( | void | ) |
| int DxLib::Live2D_SetCubism3CoreDLLPath | ( | const TCHAR * | CoreDLLFilePath | ) |
| int DxLib::Live2D_SetCubism3CoreDLLPathWithStrLen | ( | const TCHAR * | CoreDLLFilePath, |
| size_t | CoreDLLFilePathLength | ||
| ) |
| int DxLib::Live2D_SetCubism4CoreDLLPath | ( | const TCHAR * | CoreDLLFilePath | ) |
| int DxLib::Live2D_SetCubism4CoreDLLPathWithStrLen | ( | const TCHAR * | CoreDLLFilePath, |
| size_t | CoreDLLFilePathLength | ||
| ) |
| int DxLib::LoadARGB8ColorSoftImage | ( | const TCHAR * | FileName | ) |
| int DxLib::LoadARGB8ColorSoftImageToMem | ( | const void * | FileImage, |
| int | FileImageSize | ||
| ) |
| int DxLib::LoadARGB8ColorSoftImageWithStrLen | ( | const TCHAR * | FileName, |
| size_t | FileNameLength | ||
| ) |
| int DxLib::LoadBGM | ( | const TCHAR * | FileName | ) |
| int DxLib::LoadBGMWithStrLen | ( | const TCHAR * | FileName, |
| size_t | FileNameLength | ||
| ) |
| int DxLib::LoadBlendGraph | ( | const TCHAR * | FileName | ) |
| int DxLib::LoadBlendGraphWithStrLen | ( | const TCHAR * | FileName, |
| size_t | FileNameLength | ||
| ) |
| int DxLib::LoadBmpToGraph | ( | const TCHAR * | FileName, |
| int | TextureFlag, | ||
| int | ReverseFlag, | ||
| int | SurfaceMode = DX_MOVIESURFACE_NORMAL |
||
| ) |
| int DxLib::LoadBmpToGraphWithStrLen | ( | const TCHAR * | FileName, |
| size_t | FileNameLength, | ||
| int | TextureFlag, | ||
| int | ReverseFlag, | ||
| int | SurfaceMode = DX_MOVIESURFACE_NORMAL |
||
| ) |
| int DxLib::LoadDivBmpToGraph | ( | const TCHAR * | FileName, |
| int | AllNum, | ||
| int | XNum, | ||
| int | YNum, | ||
| int | SizeX, | ||
| int | SizeY, | ||
| int * | HandleArray, | ||
| int | TextureFlag, | ||
| int | ReverseFlag | ||
| ) |
| int DxLib::LoadDivBmpToGraphF | ( | const TCHAR * | FileName, |
| int | AllNum, | ||
| int | XNum, | ||
| int | YNum, | ||
| float | SizeX, | ||
| float | SizeY, | ||
| int * | HandleArray, | ||
| int | TextureFlag, | ||
| int | ReverseFlag | ||
| ) |
| int DxLib::LoadDivBmpToGraphFWithStrLen | ( | const TCHAR * | FileName, |
| size_t | FileNameLength, | ||
| int | AllNum, | ||
| int | XNum, | ||
| int | YNum, | ||
| float | SizeX, | ||
| float | SizeY, | ||
| int * | HandleArray, | ||
| int | TextureFlag, | ||
| int | ReverseFlag | ||
| ) |
| int DxLib::LoadDivBmpToGraphWithStrLen | ( | const TCHAR * | FileName, |
| size_t | FileNameLength, | ||
| int | AllNum, | ||
| int | XNum, | ||
| int | YNum, | ||
| int | SizeX, | ||
| int | SizeY, | ||
| int * | HandleArray, | ||
| int | TextureFlag, | ||
| int | ReverseFlag | ||
| ) |
| int DxLib::LoadDivGraph | ( | const TCHAR * | FileName, |
| int | AllNum, | ||
| int | XNum, | ||
| int | YNum, | ||
| int | XSize, | ||
| int | YSize, | ||
| int * | HandleArray, | ||
| int | NotUse3DFlag = FALSE |
||
| ) |
| int DxLib::LoadDivGraphF | ( | const TCHAR * | FileName, |
| int | AllNum, | ||
| int | XNum, | ||
| int | YNum, | ||
| float | XSize, | ||
| float | YSize, | ||
| int * | HandleArray, | ||
| int | NotUse3DFlag = FALSE |
||
| ) |
| int DxLib::LoadDivGraphFToResource | ( | const TCHAR * | ResourceName, |
| const TCHAR * | ResourceType, | ||
| int | AllNum, | ||
| int | XNum, | ||
| int | YNum, | ||
| float | XSize, | ||
| float | YSize, | ||
| int * | HandleArray | ||
| ) |
| int DxLib::LoadDivGraphFToResource | ( | int | ResourceID, |
| int | AllNum, | ||
| int | XNum, | ||
| int | YNum, | ||
| float | XSize, | ||
| float | YSize, | ||
| int * | HandleArray | ||
| ) |
| int DxLib::LoadDivGraphFToResourceWithStrLen | ( | const TCHAR * | ResourceName, |
| size_t | ResourceNameLength, | ||
| const TCHAR * | ResourceType, | ||
| size_t | ResourceTypeLength, | ||
| int | AllNum, | ||
| int | XNum, | ||
| int | YNum, | ||
| float | XSize, | ||
| float | YSize, | ||
| int * | HandleArray | ||
| ) |
| int DxLib::LoadDivGraphFWithStrLen | ( | const TCHAR * | FileName, |
| size_t | FileNameLength, | ||
| int | AllNum, | ||
| int | XNum, | ||
| int | YNum, | ||
| float | XSize, | ||
| float | YSize, | ||
| int * | HandleArray, | ||
| int | NotUse3DFlag = FALSE |
||
| ) |
| int DxLib::LoadDivGraphToResource | ( | const TCHAR * | ResourceName, |
| const TCHAR * | ResourceType, | ||
| int | AllNum, | ||
| int | XNum, | ||
| int | YNum, | ||
| int | XSize, | ||
| int | YSize, | ||
| int * | HandleArray | ||
| ) |
| int DxLib::LoadDivGraphToResource | ( | int | ResourceID, |
| int | AllNum, | ||
| int | XNum, | ||
| int | YNum, | ||
| int | XSize, | ||
| int | YSize, | ||
| int * | HandleArray | ||
| ) |
| int DxLib::LoadDivGraphToResourceWithStrLen | ( | const TCHAR * | ResourceName, |
| size_t | ResourceNameLength, | ||
| const TCHAR * | ResourceType, | ||
| size_t | ResourceTypeLength, | ||
| int | AllNum, | ||
| int | XNum, | ||
| int | YNum, | ||
| int | XSize, | ||
| int | YSize, | ||
| int * | HandleArray | ||
| ) |
| int DxLib::LoadDivGraphWithStrLen | ( | const TCHAR * | FileName, |
| size_t | FileNameLength, | ||
| int | AllNum, | ||
| int | XNum, | ||
| int | YNum, | ||
| int | XSize, | ||
| int | YSize, | ||
| int * | HandleArray, | ||
| int | NotUse3DFlag = FALSE |
||
| ) |
| int DxLib::LoadDivMask | ( | const TCHAR * | FileName, |
| int | AllNum, | ||
| int | XNum, | ||
| int | YNum, | ||
| int | XSize, | ||
| int | YSize, | ||
| int * | HandleArray | ||
| ) |
| int DxLib::LoadDivMaskWithStrLen | ( | const TCHAR * | FileName, |
| size_t | FileNameLength, | ||
| int | AllNum, | ||
| int | XNum, | ||
| int | YNum, | ||
| int | XSize, | ||
| int | YSize, | ||
| int * | HandleArray | ||
| ) |
| int DxLib::LoadFontDataFromMemToHandle | ( | const void * | FontDataImage, |
| int | FontDataImageSize, | ||
| int | EdgeSize = 0 |
||
| ) |
| int DxLib::LoadFontDataToHandle | ( | const TCHAR * | FileName, |
| int | EdgeSize = 0 |
||
| ) |
| int DxLib::LoadFontDataToHandleWithStrLen | ( | const TCHAR * | FileName, |
| size_t | FileNameLength, | ||
| int | EdgeSize = 0 |
||
| ) |
| int DxLib::LoadGeometryShader | ( | const TCHAR * | FileName | ) |
| int DxLib::LoadGeometryShaderFromMem | ( | const void * | ImageAddress, |
| int | ImageSize | ||
| ) |
| int DxLib::LoadGeometryShaderWithStrLen | ( | const TCHAR * | FileName, |
| size_t | FileNameLength | ||
| ) |
| int DxLib::LoadGraph | ( | const TCHAR * | FileName, |
| int | NotUse3DFlag = FALSE |
||
| ) |
| int DxLib::LoadGraphScreen | ( | int | x, |
| int | y, | ||
| const TCHAR * | GraphName, | ||
| int | TransFlag | ||
| ) |
| int DxLib::LoadGraphScreenWithStrLen | ( | int | x, |
| int | y, | ||
| const TCHAR * | GraphName, | ||
| size_t | GraphNameLength, | ||
| int | TransFlag | ||
| ) |
| int DxLib::LoadGraphToResource | ( | const TCHAR * | ResourceName, |
| const TCHAR * | ResourceType | ||
| ) |
| int DxLib::LoadGraphToResource | ( | int | ResourceID | ) |
| int DxLib::LoadGraphToResourceWithStrLen | ( | const TCHAR * | ResourceName, |
| size_t | ResourceNameLength, | ||
| const TCHAR * | ResourceType, | ||
| size_t | ResourceTypeLength | ||
| ) |
| int DxLib::LoadGraphWithStrLen | ( | const TCHAR * | FileName, |
| size_t | FileNameLength, | ||
| int | NotUse3DFlag = FALSE |
||
| ) |
| int DxLib::LoadMask | ( | const TCHAR * | FileName | ) |
| int DxLib::LoadMaskWithStrLen | ( | const TCHAR * | FileName, |
| size_t | FileNameLength | ||
| ) |
| int DxLib::LoadMenuResource | ( | int | MenuResourceID | ) |
| int DxLib::LoadMusicMem | ( | const TCHAR * | FileName | ) |
| int DxLib::LoadMusicMemByMemImage | ( | const void * | FileImage, |
| size_t | FileImageSize | ||
| ) |
| int DxLib::LoadMusicMemByResource | ( | const TCHAR * | ResourceName, |
| const TCHAR * | ResourceType | ||
| ) |
| int DxLib::LoadMusicMemByResourceWithStrLen | ( | const TCHAR * | ResourceName, |
| size_t | ResourceNameLength, | ||
| const TCHAR * | ResourceType, | ||
| size_t | ResourceTypeLength | ||
| ) |
| int DxLib::LoadMusicMemWithStrLen | ( | const TCHAR * | FileName, |
| size_t | FileNameLength | ||
| ) |
| int DxLib::LoadPauseGraph | ( | const TCHAR * | FileName | ) |
| int DxLib::LoadPauseGraphFromMem | ( | const void * | MemImage, |
| int | MemImageSize | ||
| ) |
| int DxLib::LoadPauseGraphWithStrLen | ( | const TCHAR * | FileName, |
| size_t | FileNameLength | ||
| ) |
| int DxLib::LoadPixelShader | ( | const TCHAR * | FileName | ) |
| int DxLib::LoadPixelShaderFromMem | ( | const void * | ImageAddress, |
| int | ImageSize | ||
| ) |
| int DxLib::LoadPixelShaderWithStrLen | ( | const TCHAR * | FileName, |
| size_t | FileNameLength | ||
| ) |
| int DxLib::LoadReverseDivGraph | ( | const TCHAR * | FileName, |
| int | AllNum, | ||
| int | XNum, | ||
| int | YNum, | ||
| int | XSize, | ||
| int | YSize, | ||
| int * | HandleArray, | ||
| int | NotUse3DFlag = FALSE |
||
| ) |
| int DxLib::LoadReverseDivGraphF | ( | const TCHAR * | FileName, |
| int | AllNum, | ||
| int | XNum, | ||
| int | YNum, | ||
| float | XSize, | ||
| float | YSize, | ||
| int * | HandleArray, | ||
| int | NotUse3DFlag = FALSE |
||
| ) |
| int DxLib::LoadReverseDivGraphFWithStrLen | ( | const TCHAR * | FileName, |
| size_t | FileNameLength, | ||
| int | AllNum, | ||
| int | XNum, | ||
| int | YNum, | ||
| float | XSize, | ||
| float | YSize, | ||
| int * | HandleArray, | ||
| int | NotUse3DFlag = FALSE |
||
| ) |
| int DxLib::LoadReverseDivGraphWithStrLen | ( | const TCHAR * | FileName, |
| size_t | FileNameLength, | ||
| int | AllNum, | ||
| int | XNum, | ||
| int | YNum, | ||
| int | XSize, | ||
| int | YSize, | ||
| int * | HandleArray, | ||
| int | NotUse3DFlag = FALSE |
||
| ) |
| int DxLib::LoadReverseGraph | ( | const TCHAR * | FileName, |
| int | NotUse3DFlag = FALSE |
||
| ) |
| int DxLib::LoadReverseGraphWithStrLen | ( | const TCHAR * | FileName, |
| size_t | FileNameLength, | ||
| int | NotUse3DFlag = FALSE |
||
| ) |
| int DxLib::LoadSoftImage | ( | const TCHAR * | FileName | ) |
| int DxLib::LoadSoftImageToMem | ( | const void * | FileImage, |
| int | FileImageSize | ||
| ) |
| int DxLib::LoadSoftImageWithStrLen | ( | const TCHAR * | FileName, |
| size_t | FileNameLength | ||
| ) |
| int DxLib::LoadSoftSound | ( | const TCHAR * | FileName | ) |
| int DxLib::LoadSoftSoundFromMemImage | ( | const void * | FileImage, |
| size_t | FileImageSize | ||
| ) |
| int DxLib::LoadSoftSoundWithStrLen | ( | const TCHAR * | FileName, |
| size_t | FileNameLength | ||
| ) |
| int DxLib::LoadSoundMem | ( | const TCHAR * | FileName, |
| int | BufferNum = 3, |
||
| int | UnionHandle = -1 |
||
| ) |
| int DxLib::LoadSoundMem2 | ( | const TCHAR * | FileName1, |
| const TCHAR * | FileName2 | ||
| ) |
| int DxLib::LoadSoundMem2ByMemImage | ( | const void * | FileImage1, |
| size_t | FileImageSize1, | ||
| const void * | FileImage2, | ||
| size_t | FileImageSize2 | ||
| ) |
| int DxLib::LoadSoundMem2WithStrLen | ( | const TCHAR * | FileName1, |
| size_t | FileName1Length, | ||
| const TCHAR * | FileName2, | ||
| size_t | FileName2Length | ||
| ) |
| int DxLib::LoadSoundMemBase | ( | const TCHAR * | FileName, |
| int | BufferNum, | ||
| int | UnionHandle = -1 |
||
| ) |
| int DxLib::LoadSoundMemBaseWithStrLen | ( | const TCHAR * | FileName, |
| size_t | FileNameLength, | ||
| int | BufferNum, | ||
| int | UnionHandle = -1 |
||
| ) |
| int DxLib::LoadSoundMemByMemImage | ( | const void * | FileImage, |
| size_t | FileImageSize, | ||
| int | BufferNum = 3, |
||
| int | UnionHandle = -1 |
||
| ) |
| int DxLib::LoadSoundMemByMemImage2 | ( | const void * | WaveImage, |
| size_t | WaveImageSize, | ||
| const WAVEFORMATEX * | WaveFormat, | ||
| size_t | WaveHeaderSize | ||
| ) |
| int DxLib::LoadSoundMemByMemImageBase | ( | const void * | FileImage, |
| size_t | FileImageSize, | ||
| int | BufferNum, | ||
| int | UnionHandle = -1 |
||
| ) |
| int DxLib::LoadSoundMemByMemImageToBufNumSitei | ( | const void * | FileImage, |
| size_t | FileImageSize, | ||
| int | BufferNum | ||
| ) |
| int DxLib::LoadSoundMemByResource | ( | const TCHAR * | ResourceName, |
| const TCHAR * | ResourceType, | ||
| int | BufferNum = 1 |
||
| ) |
| int DxLib::LoadSoundMemByResourceWithStrLen | ( | const TCHAR * | ResourceName, |
| size_t | ResourceNameLength, | ||
| const TCHAR * | ResourceType, | ||
| size_t | ResourceTypeLength, | ||
| int | BufferNum = 1 |
||
| ) |
| int DxLib::LoadSoundMemFromSoftSound | ( | int | SoftSoundHandle, |
| int | BufferNum = 3 |
||
| ) |
| int DxLib::LoadSoundMemToBufNumSitei | ( | const TCHAR * | FileName, |
| int | BufferNum | ||
| ) |
| int DxLib::LoadSoundMemToBufNumSiteiWithStrLen | ( | const TCHAR * | FileName, |
| size_t | FileNameLength, | ||
| int | BufferNum | ||
| ) |
| int DxLib::LoadSoundMemWithStrLen | ( | const TCHAR * | FileName, |
| size_t | FileNameLength, | ||
| int | BufferNum = 3, |
||
| int | UnionHandle = -1 |
||
| ) |
| int DxLib::LoadVertexShader | ( | const TCHAR * | FileName | ) |
| int DxLib::LoadVertexShaderFromMem | ( | const void * | ImageAddress, |
| int | ImageSize | ||
| ) |
| int DxLib::LoadVertexShaderWithStrLen | ( | const TCHAR * | FileName, |
| size_t | FileNameLength | ||
| ) |
| int DxLib::LoadXRGB8ColorSoftImage | ( | const TCHAR * | FileName | ) |
| int DxLib::LoadXRGB8ColorSoftImageToMem | ( | const void * | FileImage, |
| int | FileImageSize | ||
| ) |
| int DxLib::LoadXRGB8ColorSoftImageWithStrLen | ( | const TCHAR * | FileName, |
| size_t | FileNameLength | ||
| ) |
| int DxLib::LogFileAdd | ( | const TCHAR * | String | ) |
| int DxLib::LogFileAddWithStrLen | ( | const TCHAR * | String, |
| size_t | StringLength | ||
| ) |
| int DxLib::LogFileFmtAdd | ( | const TCHAR * | FormatString, |
| ... | |||
| ) |
| int DxLib::LogFileTabAdd | ( | void | ) |
| int DxLib::LogFileTabSub | ( | void | ) |
| int DxLib::MakeA1R5G5B5ColorSoftImage | ( | int | SizeX, |
| int | SizeY | ||
| ) |
| int DxLib::MakeARGB4ColorSoftImage | ( | int | SizeX, |
| int | SizeY | ||
| ) |
| int DxLib::MakeARGB8ColorSoftImage | ( | int | SizeX, |
| int | SizeY | ||
| ) |
| int DxLib::MakeARGBF16ColorSoftImage | ( | int | SizeX, |
| int | SizeY | ||
| ) |
| int DxLib::MakeARGBF32ColorSoftImage | ( | int | SizeX, |
| int | SizeY | ||
| ) |
| int DxLib::MakeGraph | ( | int | SizeX, |
| int | SizeY, | ||
| int | NotUse3DFlag = FALSE |
||
| ) |
| int DxLib::MakeKeyInput | ( | size_t | MaxStrLength, |
| int | CancelValidFlag, | ||
| int | SingleCharOnlyFlag, | ||
| int | NumCharOnlyFlag, | ||
| int | DoubleCharOnlyFlag = FALSE, |
||
| int | EnableNewLineFlag = FALSE |
||
| ) |
| int DxLib::MakeMask | ( | int | Width, |
| int | Height | ||
| ) |
| int DxLib::MakePAL8ColorSoftImage | ( | int | SizeX, |
| int | SizeY, | ||
| int | UseAlpha = FALSE |
||
| ) |
| int DxLib::MakeR5G5B5A1ColorSoftImage | ( | int | SizeX, |
| int | SizeY | ||
| ) |
| int DxLib::MakeR5G6B5ColorSoftImage | ( | int | SizeX, |
| int | SizeY | ||
| ) |
| int DxLib::MakeRGB8ColorSoftImage | ( | int | SizeX, |
| int | SizeY | ||
| ) |
| int DxLib::MakeScreen | ( | int | SizeX, |
| int | SizeY, | ||
| int | UseAlphaChannel = FALSE |
||
| ) |
| int DxLib::MakeShadowMap | ( | int | SizeX, |
| int | SizeY | ||
| ) |
| int DxLib::MakeSoftImage | ( | int | SizeX, |
| int | SizeY | ||
| ) |
| int DxLib::MakeSoftSound | ( | int | UseFormat_SoftSoundHandle, |
| LONGLONG | SampleNum | ||
| ) |
| int DxLib::MakeSoftSound1Ch16Bit22KHz | ( | LONGLONG | SampleNum | ) |
| int DxLib::MakeSoftSound1Ch16Bit44KHz | ( | LONGLONG | SampleNum | ) |
| int DxLib::MakeSoftSound1Ch8Bit22KHz | ( | LONGLONG | SampleNum | ) |
| int DxLib::MakeSoftSound1Ch8Bit44KHz | ( | LONGLONG | SampleNum | ) |
| int DxLib::MakeSoftSound2Ch16Bit22KHz | ( | LONGLONG | SampleNum | ) |
| int DxLib::MakeSoftSound2Ch16Bit44KHz | ( | LONGLONG | SampleNum | ) |
| int DxLib::MakeSoftSound2Ch8Bit22KHz | ( | LONGLONG | SampleNum | ) |
| int DxLib::MakeSoftSound2Ch8Bit44KHz | ( | LONGLONG | SampleNum | ) |
| int DxLib::MakeSoftSoundCustom | ( | int | ChannelNum, |
| int | BitsPerSample, | ||
| int | SamplesPerSec, | ||
| LONGLONG | SampleNum, | ||
| int | IsFloatType = 0 |
||
| ) |
| int DxLib::MakeSoftSoundPlayer | ( | int | UseFormat_SoftSoundHandle | ) |
| int DxLib::MakeSoftSoundPlayer1Ch16Bit22KHz | ( | void | ) |
| int DxLib::MakeSoftSoundPlayer1Ch16Bit44KHz | ( | void | ) |
| int DxLib::MakeSoftSoundPlayer1Ch8Bit22KHz | ( | void | ) |
| int DxLib::MakeSoftSoundPlayer1Ch8Bit44KHz | ( | void | ) |
| int DxLib::MakeSoftSoundPlayer2Ch16Bit22KHz | ( | void | ) |
| int DxLib::MakeSoftSoundPlayer2Ch16Bit44KHz | ( | void | ) |
| int DxLib::MakeSoftSoundPlayer2Ch8Bit22KHz | ( | void | ) |
| int DxLib::MakeSoftSoundPlayer2Ch8Bit44KHz | ( | void | ) |
| int DxLib::MakeSoftSoundPlayerCustom | ( | int | ChannelNum, |
| int | BitsPerSample, | ||
| int | SamplesPerSec | ||
| ) |
| int DxLib::MakeUDPSocket | ( | int | RecvPort = -1 | ) |
| int DxLib::MakeUDPSocket_IPv6 | ( | int | RecvPort = -1 | ) |
| int DxLib::MakeX1R5G5B5ColorSoftImage | ( | int | SizeX, |
| int | SizeY | ||
| ) |
| int DxLib::MakeXRGB8ColorSoftImage | ( | int | SizeX, |
| int | SizeY | ||
| ) |
| MATRIX DxLib::MGetIdent | ( | void | ) |
| MATRIX_D DxLib::MGetIdentD | ( | void | ) |
| MATRIX DxLib::MGetRotX | ( | float | XAxisRotate | ) |
| MATRIX_D DxLib::MGetRotXD | ( | double | XAxisRotate | ) |
| MATRIX DxLib::MGetRotY | ( | float | YAxisRotate | ) |
| MATRIX_D DxLib::MGetRotYD | ( | double | YAxisRotate | ) |
| MATRIX DxLib::MGetRotZ | ( | float | ZAxisRotate | ) |
| MATRIX_D DxLib::MGetRotZD | ( | double | ZAxisRotate | ) |
| int DxLib::MultiByteCharCheck | ( | const char * | Buf, |
| int | CharSet | ||
| ) |
| int DxLib::MV1AddLoadModelDisablePhysicsNameWord | ( | const TCHAR * | NameWord | ) |
| int DxLib::MV1AddLoadModelDisablePhysicsNameWordWithStrLen | ( | const TCHAR * | NameWord, |
| size_t | NameWordLength | ||
| ) |
| int DxLib::MV1AttachAnim | ( | int | MHandle, |
| int | AnimIndex, | ||
| int | AnimSrcMHandle = -1, |
||
| int | NameCheck = TRUE |
||
| ) |
| MV1_COLL_RESULT_POLY_DIM DxLib::MV1CollCheck_Capsule | ( | int | MHandle, |
| int | FrameIndex, | ||
| VECTOR | Pos1, | ||
| VECTOR | Pos2, | ||
| float | r, | ||
| int | MeshIndex = -1 |
||
| ) |
| MV1_COLL_RESULT_POLY DxLib::MV1CollCheck_GetResultPoly | ( | MV1_COLL_RESULT_POLY_DIM | ResultPolyDim, |
| int | PolyNo | ||
| ) |
| MV1_COLL_RESULT_POLY DxLib::MV1CollCheck_Line | ( | int | MHandle, |
| int | FrameIndex, | ||
| VECTOR | PosStart, | ||
| VECTOR | PosEnd, | ||
| int | MeshIndex = -1 |
||
| ) |
| MV1_COLL_RESULT_POLY_DIM DxLib::MV1CollCheck_LineDim | ( | int | MHandle, |
| int | FrameIndex, | ||
| VECTOR | PosStart, | ||
| VECTOR | PosEnd, | ||
| int | MeshIndex = -1 |
||
| ) |
| MV1_COLL_RESULT_POLY_DIM DxLib::MV1CollCheck_Sphere | ( | int | MHandle, |
| int | FrameIndex, | ||
| VECTOR | CenterPos, | ||
| float | r, | ||
| int | MeshIndex = -1 |
||
| ) |
| MV1_COLL_RESULT_POLY_DIM DxLib::MV1CollCheck_Triangle | ( | int | MHandle, |
| int | FrameIndex, | ||
| VECTOR | Pos1, | ||
| VECTOR | Pos2, | ||
| VECTOR | Pos3, | ||
| int | MeshIndex = -1 |
||
| ) |
| int DxLib::MV1CollResultPolyDimTerminate | ( | MV1_COLL_RESULT_POLY_DIM | ResultPolyDim | ) |
| int DxLib::MV1CreateCloneModel | ( | int | SrcMHandle | ) |
| int DxLib::MV1DeleteModel | ( | int | MHandle | ) |
| int DxLib::MV1DetachAnim | ( | int | MHandle, |
| int | AttachIndex | ||
| ) |
| int DxLib::MV1DrawFrame | ( | int | MHandle, |
| int | FrameIndex | ||
| ) |
| int DxLib::MV1DrawMesh | ( | int | MHandle, |
| int | MeshIndex | ||
| ) |
| int DxLib::MV1DrawModel | ( | int | MHandle | ) |
| int DxLib::MV1DrawModelDebug | ( | int | MHandle, |
| unsigned int | Color, | ||
| int | IsNormalLine, | ||
| float | NormalLineLength, | ||
| int | IsPolyLine, | ||
| int | IsCollisionBox | ||
| ) |
| int DxLib::MV1DrawTriangleList | ( | int | MHandle, |
| int | TriangleListIndex | ||
| ) |
| int DxLib::MV1DuplicateModel | ( | int | SrcMHandle | ) |
| COLOR_F DxLib::MV1GetAmbColorScale | ( | int | MHandle | ) |
| int DxLib::MV1GetAnimIndex | ( | int | MHandle, |
| const TCHAR * | AnimName | ||
| ) |
| int DxLib::MV1GetAnimIndexWithStrLen | ( | int | MHandle, |
| const TCHAR * | AnimName, | ||
| size_t | AnimNameLength | ||
| ) |
| int DxLib::MV1GetAnimKeyDataIndexFromTime | ( | int | MHandle, |
| int | AnimKeySetIndex, | ||
| float | Time | ||
| ) |
| float DxLib::MV1GetAnimKeyDataTime | ( | int | MHandle, |
| int | AnimKeySetIndex, | ||
| int | Index | ||
| ) |
| float DxLib::MV1GetAnimKeyDataToFlat | ( | int | MHandle, |
| int | AnimKeySetIndex, | ||
| int | Index | ||
| ) |
| float DxLib::MV1GetAnimKeyDataToFlatFromTime | ( | int | MHandle, |
| int | AnimKeySetIndex, | ||
| float | Time | ||
| ) |
| float DxLib::MV1GetAnimKeyDataToLinear | ( | int | MHandle, |
| int | AnimKeySetIndex, | ||
| int | Index | ||
| ) |
| float DxLib::MV1GetAnimKeyDataToLinearFromTime | ( | int | MHandle, |
| int | AnimKeySetIndex, | ||
| float | Time | ||
| ) |
| MATRIX DxLib::MV1GetAnimKeyDataToMatrix | ( | int | MHandle, |
| int | AnimKeySetIndex, | ||
| int | Index | ||
| ) |
| MATRIX DxLib::MV1GetAnimKeyDataToMatrixFromTime | ( | int | MHandle, |
| int | AnimKeySetIndex, | ||
| float | Time | ||
| ) |
| FLOAT4 DxLib::MV1GetAnimKeyDataToQuaternion | ( | int | MHandle, |
| int | AnimKeySetIndex, | ||
| int | Index | ||
| ) |
| FLOAT4 DxLib::MV1GetAnimKeyDataToQuaternionFromTime | ( | int | MHandle, |
| int | AnimKeySetIndex, | ||
| float | Time | ||
| ) |
| VECTOR DxLib::MV1GetAnimKeyDataToVector | ( | int | MHandle, |
| int | AnimKeySetIndex, | ||
| int | Index | ||
| ) |
| VECTOR DxLib::MV1GetAnimKeyDataToVectorFromTime | ( | int | MHandle, |
| int | AnimKeySetIndex, | ||
| float | Time | ||
| ) |
| int DxLib::MV1GetAnimKeySetDataNum | ( | int | MHandle, |
| int | AnimKeySetIndex | ||
| ) |
| int DxLib::MV1GetAnimKeySetDataType | ( | int | MHandle, |
| int | AnimKeySetIndex | ||
| ) |
| int DxLib::MV1GetAnimKeySetNum | ( | int | MHandle | ) |
| int DxLib::MV1GetAnimKeySetTimeType | ( | int | MHandle, |
| int | AnimKeySetIndex | ||
| ) |
| int DxLib::MV1GetAnimKeySetType | ( | int | MHandle, |
| int | AnimKeySetIndex | ||
| ) |
| const TCHAR * DxLib::MV1GetAnimName | ( | int | MHandle, |
| int | AnimIndex | ||
| ) |
| int DxLib::MV1GetAnimNum | ( | int | MHandle | ) |
| int DxLib::MV1GetAnimTargetFrame | ( | int | MHandle, |
| int | AnimIndex, | ||
| int | AnimFrameIndex | ||
| ) |
| int DxLib::MV1GetAnimTargetFrameKeySet | ( | int | MHandle, |
| int | AnimIndex, | ||
| int | AnimFrameIndex, | ||
| int | Index | ||
| ) |
| int DxLib::MV1GetAnimTargetFrameKeySetNum | ( | int | MHandle, |
| int | AnimIndex, | ||
| int | AnimFrameIndex | ||
| ) |
| const TCHAR * DxLib::MV1GetAnimTargetFrameName | ( | int | MHandle, |
| int | AnimIndex, | ||
| int | AnimFrameIndex | ||
| ) |
| int DxLib::MV1GetAnimTargetFrameNum | ( | int | MHandle, |
| int | AnimIndex | ||
| ) |
| float DxLib::MV1GetAnimTotalTime | ( | int | MHandle, |
| int | AnimIndex | ||
| ) |
| int DxLib::MV1GetAttachAnim | ( | int | MHandle, |
| int | AttachIndex | ||
| ) |
| float DxLib::MV1GetAttachAnimBlendRate | ( | int | MHandle, |
| int | AttachIndex | ||
| ) |
| float DxLib::MV1GetAttachAnimBlendRateToFrame | ( | int | MHandle, |
| int | AttachIndex, | ||
| int | FrameIndex | ||
| ) |
| MATRIX DxLib::MV1GetAttachAnimFrameLocalMatrix | ( | int | MHandle, |
| int | AttachIndex, | ||
| int | FrameIndex | ||
| ) |
| VECTOR DxLib::MV1GetAttachAnimFrameLocalPosition | ( | int | MHandle, |
| int | AttachIndex, | ||
| int | FrameIndex | ||
| ) |
| float DxLib::MV1GetAttachAnimTime | ( | int | MHandle, |
| int | AttachIndex | ||
| ) |
| float DxLib::MV1GetAttachAnimTotalTime | ( | int | MHandle, |
| int | AttachIndex | ||
| ) |
| int DxLib::MV1GetAttachAnimUseShapeFlag | ( | int | MHandle, |
| int | AttachIndex | ||
| ) |
| COLOR_F DxLib::MV1GetDifColorScale | ( | int | MHandle | ) |
| COLOR_F DxLib::MV1GetEmiColorScale | ( | int | MHandle | ) |
| COLOR_F DxLib::MV1GetFrameAmbColorScale | ( | int | MHandle, |
| int | FrameIndex | ||
| ) |
| VECTOR DxLib::MV1GetFrameAvgVertexLocalPosition | ( | int | MHandle, |
| int | FrameIndex | ||
| ) |
| VECTOR_D DxLib::MV1GetFrameAvgVertexLocalPositionD | ( | int | MHandle, |
| int | FrameIndex | ||
| ) |
| MATRIX DxLib::MV1GetFrameBaseLocalMatrix | ( | int | MHandle, |
| int | FrameIndex | ||
| ) |
| MATRIX_D DxLib::MV1GetFrameBaseLocalMatrixD | ( | int | MHandle, |
| int | FrameIndex | ||
| ) |
| int DxLib::MV1GetFrameBaseVisible | ( | int | MHandle, |
| int | FrameIndex | ||
| ) |
| int DxLib::MV1GetFrameChild | ( | int | MHandle, |
| int | FrameIndex = -1, |
||
| int | ChildIndex = 0 |
||
| ) |
| int DxLib::MV1GetFrameChildNum | ( | int | MHandle, |
| int | FrameIndex = -1 |
||
| ) |
| COLOR_F DxLib::MV1GetFrameDifColorScale | ( | int | MHandle, |
| int | FrameIndex | ||
| ) |
| COLOR_F DxLib::MV1GetFrameEmiColorScale | ( | int | MHandle, |
| int | FrameIndex | ||
| ) |
| MATRIX DxLib::MV1GetFrameLocalMatrix | ( | int | MHandle, |
| int | FrameIndex | ||
| ) |
| MATRIX_D DxLib::MV1GetFrameLocalMatrixD | ( | int | MHandle, |
| int | FrameIndex | ||
| ) |
| MATRIX DxLib::MV1GetFrameLocalWorldMatrix | ( | int | MHandle, |
| int | FrameIndex | ||
| ) |
| MATRIX_D DxLib::MV1GetFrameLocalWorldMatrixD | ( | int | MHandle, |
| int | FrameIndex | ||
| ) |
| VECTOR DxLib::MV1GetFrameMaxVertexLocalPosition | ( | int | MHandle, |
| int | FrameIndex | ||
| ) |
| VECTOR_D DxLib::MV1GetFrameMaxVertexLocalPositionD | ( | int | MHandle, |
| int | FrameIndex | ||
| ) |
| int DxLib::MV1GetFrameMesh | ( | int | MHandle, |
| int | FrameIndex, | ||
| int | Index | ||
| ) |
| int DxLib::MV1GetFrameMeshNum | ( | int | MHandle, |
| int | FrameIndex | ||
| ) |
| VECTOR DxLib::MV1GetFrameMinVertexLocalPosition | ( | int | MHandle, |
| int | FrameIndex | ||
| ) |
| VECTOR_D DxLib::MV1GetFrameMinVertexLocalPositionD | ( | int | MHandle, |
| int | FrameIndex | ||
| ) |
| const TCHAR * DxLib::MV1GetFrameName | ( | int | MHandle, |
| int | FrameIndex | ||
| ) |
| int DxLib::MV1GetFrameName2 | ( | int | MHandle, |
| int | FrameIndex, | ||
| TCHAR * | StrBuffer | ||
| ) |
| int DxLib::MV1GetFrameNum | ( | int | MHandle | ) |
| float DxLib::MV1GetFrameOpacityRate | ( | int | MHandle, |
| int | FrameIndex | ||
| ) |
| int DxLib::MV1GetFrameParent | ( | int | MHandle, |
| int | FrameIndex | ||
| ) |
| VECTOR DxLib::MV1GetFramePosition | ( | int | MHandle, |
| int | FrameIndex | ||
| ) |
| VECTOR_D DxLib::MV1GetFramePositionD | ( | int | MHandle, |
| int | FrameIndex | ||
| ) |
| int DxLib::MV1GetFrameSemiTransState | ( | int | MHandle, |
| int | FrameIndex | ||
| ) |
| COLOR_F DxLib::MV1GetFrameSpcColorScale | ( | int | MHandle, |
| int | FrameIndex | ||
| ) |
| int DxLib::MV1GetFrameTriangleNum | ( | int | MHandle, |
| int | FrameIndex | ||
| ) |
| int DxLib::MV1GetFrameVertexNum | ( | int | MHandle, |
| int | FrameIndex | ||
| ) |
| int DxLib::MV1GetFrameVisible | ( | int | MHandle, |
| int | FrameIndex | ||
| ) |
| VECTOR DxLib::MV1GetLoadCalcPhysicsWorldGravity | ( | int | GravityNo | ) |
| float DxLib::MV1GetLoadModelPhysicsWorldGravity | ( | void | ) |
| MATRIX DxLib::MV1GetLocalWorldMatrix | ( | int | MHandle | ) |
| MATRIX_D DxLib::MV1GetLocalWorldMatrixD | ( | int | MHandle | ) |
| COLOR_F DxLib::MV1GetMaterialAmbColor | ( | int | MHandle, |
| int | MaterialIndex | ||
| ) |
| COLOR_F DxLib::MV1GetMaterialDifColor | ( | int | MHandle, |
| int | MaterialIndex | ||
| ) |
| int DxLib::MV1GetMaterialDifGradBlendType | ( | int | MHandle, |
| int | MaterialIndex | ||
| ) |
| int DxLib::MV1GetMaterialDifGradTexture | ( | int | MHandle, |
| int | MaterialIndex | ||
| ) |
| int DxLib::MV1GetMaterialDifMapTexture | ( | int | MHandle, |
| int | MaterialIndex | ||
| ) |
| int DxLib::MV1GetMaterialDrawAlphaTestEnable | ( | int | MHandle, |
| int | MaterialIndex | ||
| ) |
| int DxLib::MV1GetMaterialDrawAlphaTestMode | ( | int | MHandle, |
| int | MaterialIndex | ||
| ) |
| int DxLib::MV1GetMaterialDrawAlphaTestParam | ( | int | MHandle, |
| int | MaterialIndex | ||
| ) |
| int DxLib::MV1GetMaterialDrawBlendMode | ( | int | MHandle, |
| int | MaterialIndex | ||
| ) |
| int DxLib::MV1GetMaterialDrawBlendParam | ( | int | MHandle, |
| int | MaterialIndex | ||
| ) |
| COLOR_F DxLib::MV1GetMaterialEmiColor | ( | int | MHandle, |
| int | MaterialIndex | ||
| ) |
| const TCHAR * DxLib::MV1GetMaterialName | ( | int | MHandle, |
| int | MaterialIndex | ||
| ) |
| int DxLib::MV1GetMaterialNormalMapTexture | ( | int | MHandle, |
| int | MaterialIndex | ||
| ) |
| int DxLib::MV1GetMaterialNum | ( | int | MHandle | ) |
| int DxLib::MV1GetMaterialNumberOrderFlag | ( | int | MHandle | ) |
| COLOR_F DxLib::MV1GetMaterialOutLineColor | ( | int | MHandle, |
| int | MaterialIndex | ||
| ) |
| float DxLib::MV1GetMaterialOutLineDotWidth | ( | int | MHandle, |
| int | MaterialIndex | ||
| ) |
| float DxLib::MV1GetMaterialOutLineWidth | ( | int | MHandle, |
| int | MaterialIndex | ||
| ) |
| COLOR_F DxLib::MV1GetMaterialSpcColor | ( | int | MHandle, |
| int | MaterialIndex | ||
| ) |
| int DxLib::MV1GetMaterialSpcGradBlendType | ( | int | MHandle, |
| int | MaterialIndex | ||
| ) |
| int DxLib::MV1GetMaterialSpcGradTexture | ( | int | MHandle, |
| int | MaterialIndex | ||
| ) |
| int DxLib::MV1GetMaterialSpcMapTexture | ( | int | MHandle, |
| int | MaterialIndex | ||
| ) |
| float DxLib::MV1GetMaterialSpcPower | ( | int | MHandle, |
| int | MaterialIndex | ||
| ) |
| int DxLib::MV1GetMaterialSphereMapBlendType | ( | int | MHandle, |
| int | MaterialIndex | ||
| ) |
| int DxLib::MV1GetMaterialSphereMapTexture | ( | int | MHandle, |
| int | MaterialIndex | ||
| ) |
| int DxLib::MV1GetMaterialSubDifMapTexture | ( | int | MHandle, |
| int | MaterialIndex | ||
| ) |
| int DxLib::MV1GetMaterialType | ( | int | MHandle, |
| int | MaterialIndex | ||
| ) |
| MATRIX DxLib::MV1GetMatrix | ( | int | MHandle | ) |
| MATRIX_D DxLib::MV1GetMatrixD | ( | int | MHandle | ) |
| COLOR_F DxLib::MV1GetMeshAmbColorScale | ( | int | MHandle, |
| int | MeshIndex | ||
| ) |
| int DxLib::MV1GetMeshBackCulling | ( | int | MHandle, |
| int | MeshIndex | ||
| ) |
| int DxLib::MV1GetMeshBaseVisible | ( | int | MHandle, |
| int | MeshIndex | ||
| ) |
| int DxLib::MV1GetMeshCategoryVisible | ( | int | MHandle, |
| int | MeshCategory | ||
| ) |
| COLOR_F DxLib::MV1GetMeshDifColorScale | ( | int | MHandle, |
| int | MeshIndex | ||
| ) |
| int DxLib::MV1GetMeshDrawBlendMode | ( | int | MHandle, |
| int | MeshIndex | ||
| ) |
| int DxLib::MV1GetMeshDrawBlendParam | ( | int | MHandle, |
| int | MeshIndex | ||
| ) |
| COLOR_F DxLib::MV1GetMeshEmiColorScale | ( | int | MHandle, |
| int | MeshIndex | ||
| ) |
| int DxLib::MV1GetMeshMaterial | ( | int | MHandle, |
| int | MeshIndex | ||
| ) |
| VECTOR DxLib::MV1GetMeshMaxPosition | ( | int | MHandle, |
| int | MeshIndex | ||
| ) |
| VECTOR DxLib::MV1GetMeshMinPosition | ( | int | MHandle, |
| int | MeshIndex | ||
| ) |
| int DxLib::MV1GetMeshNum | ( | int | MHandle | ) |
| float DxLib::MV1GetMeshOpacityRate | ( | int | MHandle, |
| int | MeshIndex | ||
| ) |
| int DxLib::MV1GetMeshSemiTransState | ( | int | MHandle, |
| int | MeshIndex | ||
| ) |
| int DxLib::MV1GetMeshShapeFlag | ( | int | MHandle, |
| int | MeshIndex | ||
| ) |
| COLOR_F DxLib::MV1GetMeshSpcColorScale | ( | int | MHandle, |
| int | MeshIndex | ||
| ) |
| int DxLib::MV1GetMeshTList | ( | int | MHandle, |
| int | MeshIndex, | ||
| int | Index | ||
| ) |
| int DxLib::MV1GetMeshTListNum | ( | int | MHandle, |
| int | MeshIndex | ||
| ) |
| int DxLib::MV1GetMeshTriangleNum | ( | int | MHandle, |
| int | MeshIndex | ||
| ) |
| int DxLib::MV1GetMeshUseVertDifColor | ( | int | MHandle, |
| int | MeshIndex | ||
| ) |
| int DxLib::MV1GetMeshUseVertSpcColor | ( | int | MHandle, |
| int | MeshIndex | ||
| ) |
| int DxLib::MV1GetMeshVertexNum | ( | int | MHandle, |
| int | MeshIndex | ||
| ) |
| int DxLib::MV1GetMeshVisible | ( | int | MHandle, |
| int | MeshIndex | ||
| ) |
| float DxLib::MV1GetOpacityRate | ( | int | MHandle | ) |
| VECTOR DxLib::MV1GetPosition | ( | int | MHandle | ) |
| VECTOR_D DxLib::MV1GetPositionD | ( | int | MHandle | ) |
| MV1_REF_POLYGONLIST DxLib::MV1GetReferenceMesh | ( | int | MHandle, |
| int | FrameIndex, | ||
| int | IsTransform, | ||
| int | IsPositionOnly = FALSE, |
||
| int | MeshIndex = -1 |
||
| ) |
| MATRIX DxLib::MV1GetRotationMatrix | ( | int | MHandle | ) |
| VECTOR DxLib::MV1GetRotationXYZ | ( | int | MHandle | ) |
| VECTOR DxLib::MV1GetScale | ( | int | MHandle | ) |
| int DxLib::MV1GetSemiTransState | ( | int | MHandle | ) |
| float DxLib::MV1GetShapeApplyRate | ( | int | MHandle, |
| int | ShapeIndex | ||
| ) |
| const TCHAR * DxLib::MV1GetShapeName | ( | int | MHandle, |
| int | ShapeIndex | ||
| ) |
| int DxLib::MV1GetShapeNum | ( | int | MHandle | ) |
| float DxLib::MV1GetShapeRate | ( | int | MHandle, |
| int | ShapeIndex | ||
| ) |
| int DxLib::MV1GetShapeTargetMesh | ( | int | MHandle, |
| int | ShapeIndex, | ||
| int | Index | ||
| ) |
| int DxLib::MV1GetShapeTargetMeshNum | ( | int | MHandle, |
| int | ShapeIndex | ||
| ) |
| COLOR_F DxLib::MV1GetSpcColorScale | ( | int | MHandle | ) |
| int DxLib::MV1GetTextureAddressModeU | ( | int | MHandle, |
| int | TexIndex | ||
| ) |
| int DxLib::MV1GetTextureAddressModeV | ( | int | MHandle, |
| int | TexIndex | ||
| ) |
| const TCHAR * DxLib::MV1GetTextureAlphaFilePath | ( | int | MHandle, |
| int | TexIndex | ||
| ) |
| int DxLib::MV1GetTextureBumpImageFlag | ( | int | MHandle, |
| int | TexIndex | ||
| ) |
| float DxLib::MV1GetTextureBumpImageNextPixelLength | ( | int | MHandle, |
| int | TexIndex | ||
| ) |
| const TCHAR * DxLib::MV1GetTextureColorFilePath | ( | int | MHandle, |
| int | TexIndex | ||
| ) |
| int DxLib::MV1GetTextureGraphHandle | ( | int | MHandle, |
| int | TexIndex | ||
| ) |
| int DxLib::MV1GetTextureHeight | ( | int | MHandle, |
| int | TexIndex | ||
| ) |
| const TCHAR * DxLib::MV1GetTextureName | ( | int | MHandle, |
| int | TexIndex | ||
| ) |
| int DxLib::MV1GetTextureNum | ( | int | MHandle | ) |
| int DxLib::MV1GetTextureSampleFilterMode | ( | int | MHandle, |
| int | TexIndex | ||
| ) |
| int DxLib::MV1GetTextureSemiTransState | ( | int | MHandle, |
| int | TexIndex | ||
| ) |
| int DxLib::MV1GetTextureWidth | ( | int | MHandle, |
| int | TexIndex | ||
| ) |
| MATRIX DxLib::MV1GetTriangleListLocalWorldMatrix | ( | int | MHandle, |
| int | TListIndex, | ||
| int | LWMatrixIndex | ||
| ) |
| int DxLib::MV1GetTriangleListLocalWorldMatrixNum | ( | int | MHandle, |
| int | TListIndex | ||
| ) |
| int DxLib::MV1GetTriangleListNum | ( | int | MHandle | ) |
| int DxLib::MV1GetTriangleListPolygonNum | ( | int | MHandle, |
| int | TListIndex | ||
| ) |
| int DxLib::MV1GetTriangleListPolygonVertexPosition | ( | int | MHandle, |
| int | TListIndex, | ||
| int | PolygonIndex, | ||
| VECTOR * | VertexPositionArray = NULL, |
||
| float * | MatrixWeightArray = NULL |
||
| ) |
| int DxLib::MV1GetTriangleListUseMaterial | ( | int | MHandle, |
| int | TListIndex | ||
| ) |
| int DxLib::MV1GetTriangleListVertexNum | ( | int | MHandle, |
| int | TListIndex | ||
| ) |
| int DxLib::MV1GetTriangleListVertexType | ( | int | MHandle, |
| int | TListIndex | ||
| ) |
| int DxLib::MV1GetUseDrawMulAlphaColor | ( | int | MHandle | ) |
| int DxLib::MV1GetVisible | ( | int | MHandle | ) |
| int DxLib::MV1InitModel | ( | void | ) |
| int DxLib::MV1LoadModel | ( | const TCHAR * | FileName | ) |
| int DxLib::MV1LoadModelFromMem | ( | const void * | FileImage, |
| int | FileSize, | ||
| int(*)(const TCHAR *FilePath, void **FileImageAddr, int *FileSize, void *FileReadFuncData) | FileReadFunc, | ||
| int(*)(void *MemoryAddr, void *FileReadFuncData) | FileReleaseFunc, | ||
| void * | FileReadFuncData = NULL |
||
| ) |
| int DxLib::MV1LoadModelWithStrLen | ( | const TCHAR * | FileName, |
| size_t | FileNameLength | ||
| ) |
| int DxLib::MV1LoadTexture | ( | const TCHAR * | FilePath | ) |
| int DxLib::MV1LoadTextureWithStrLen | ( | const TCHAR * | FilePath, |
| size_t | FilePathLength | ||
| ) |
| int DxLib::MV1PhysicsCalculation | ( | int | MHandle, |
| float | MillisecondTime | ||
| ) |
| int DxLib::MV1PhysicsResetState | ( | int | MHandle | ) |
| int DxLib::MV1RefreshCollInfo | ( | int | MHandle, |
| int | FrameIndex = -1, |
||
| int | MeshIndex = -1 |
||
| ) |
| int DxLib::MV1RefreshReferenceMesh | ( | int | MHandle, |
| int | FrameIndex, | ||
| int | IsTransform, | ||
| int | IsPositionOnly = FALSE, |
||
| int | MeshIndex = -1 |
||
| ) |
| int DxLib::MV1RefreshVertColorFromMaterial | ( | int | MHandle | ) |
| int DxLib::MV1ResetFrameTextureAddressTransform | ( | int | MHandle, |
| int | FrameIndex | ||
| ) |
| int DxLib::MV1ResetFrameUserLocalMatrix | ( | int | MHandle, |
| int | FrameIndex | ||
| ) |
| int DxLib::MV1ResetFrameUserLocalWorldMatrix | ( | int | MHandle, |
| int | FrameIndex | ||
| ) |
| int DxLib::MV1ResetLoadModelDisablePhysicsNameWord | ( | void | ) |
| int DxLib::MV1SaveModelToMV1File | ( | int | MHandle, |
| const TCHAR * | FileName, | ||
| int | SaveType = MV1_SAVETYPE_NORMAL, |
||
| int | AnimMHandle = -1, |
||
| int | AnimNameCheck = TRUE, |
||
| int | Normal8BitFlag = 1, |
||
| int | Position16BitFlag = 1, |
||
| int | Weight8BitFlag = 0, |
||
| int | Anim16BitFlag = 1 |
||
| ) |
| int DxLib::MV1SaveModelToMV1FileWithStrLen | ( | int | MHandle, |
| const TCHAR * | FileName, | ||
| size_t | FileNameLength, | ||
| int | SaveType = MV1_SAVETYPE_NORMAL, |
||
| int | AnimMHandle = -1, |
||
| int | AnimNameCheck = TRUE, |
||
| int | Normal8BitFlag = 1, |
||
| int | Position16BitFlag = 1, |
||
| int | Weight8BitFlag = 0, |
||
| int | Anim16BitFlag = 1 |
||
| ) |
| int DxLib::MV1SaveModelToXFile | ( | int | MHandle, |
| const TCHAR * | FileName, | ||
| int | SaveType = MV1_SAVETYPE_NORMAL, |
||
| int | AnimMHandle = -1, |
||
| int | AnimNameCheck = TRUE |
||
| ) |
| int DxLib::MV1SaveModelToXFileWithStrLen | ( | int | MHandle, |
| const TCHAR * | FileName, | ||
| size_t | FileNameLength, | ||
| int | SaveType = MV1_SAVETYPE_NORMAL, |
||
| int | AnimMHandle = -1, |
||
| int | AnimNameCheck = TRUE |
||
| ) |
| int DxLib::MV1SearchFrame | ( | int | MHandle, |
| const TCHAR * | FrameName | ||
| ) |
| int DxLib::MV1SearchFrameChild | ( | int | MHandle, |
| int | FrameIndex = -1, |
||
| const TCHAR * | ChildName = NULL |
||
| ) |
| int DxLib::MV1SearchFrameChildWithStrLen | ( | int | MHandle, |
| int | FrameIndex = -1, |
||
| const TCHAR * | ChildName = NULL, |
||
| size_t | ChildNameLength = 0 |
||
| ) |
| int DxLib::MV1SearchFrameWithStrLen | ( | int | MHandle, |
| const TCHAR * | FrameName, | ||
| size_t | FrameNameLength | ||
| ) |
| int DxLib::MV1SearchShape | ( | int | MHandle, |
| const TCHAR * | ShapeName | ||
| ) |
| int DxLib::MV1SearchShapeWithStrLen | ( | int | MHandle, |
| const TCHAR * | ShapeName, | ||
| size_t | ShapeNameLength | ||
| ) |
| int DxLib::MV1SetAmbColorScale | ( | int | MHandle, |
| COLOR_F | Scale | ||
| ) |
| int DxLib::MV1SetAnimName | ( | int | MHandle, |
| int | AnimIndex, | ||
| const TCHAR * | AnimName | ||
| ) |
| int DxLib::MV1SetAnimNameWithStrLen | ( | int | MHandle, |
| int | AnimIndex, | ||
| const TCHAR * | AnimName, | ||
| size_t | AnimNameLength | ||
| ) |
| int DxLib::MV1SetAttachAnimBlendRate | ( | int | MHandle, |
| int | AttachIndex, | ||
| float | Rate = 1.0f |
||
| ) |
| int DxLib::MV1SetAttachAnimBlendRateToFrame | ( | int | MHandle, |
| int | AttachIndex, | ||
| int | FrameIndex, | ||
| float | Rate, | ||
| int | SetChild = TRUE |
||
| ) |
| int DxLib::MV1SetAttachAnimTime | ( | int | MHandle, |
| int | AttachIndex, | ||
| float | Time | ||
| ) |
| int DxLib::MV1SetAttachAnimUseShapeFlag | ( | int | MHandle, |
| int | AttachIndex, | ||
| int | UseFlag | ||
| ) |
| int DxLib::MV1SetDifColorScale | ( | int | MHandle, |
| COLOR_F | Scale | ||
| ) |
| int DxLib::MV1SetEmiColorScale | ( | int | MHandle, |
| COLOR_F | Scale | ||
| ) |
| int DxLib::MV1SetFrameAmbColorScale | ( | int | MHandle, |
| int | FrameIndex, | ||
| COLOR_F | Scale | ||
| ) |
| int DxLib::MV1SetFrameBaseVisible | ( | int | MHandle, |
| int | FrameIndex, | ||
| int | VisibleFlag | ||
| ) |
| int DxLib::MV1SetFrameDifColorScale | ( | int | MHandle, |
| int | FrameIndex, | ||
| COLOR_F | Scale | ||
| ) |
| int DxLib::MV1SetFrameEmiColorScale | ( | int | MHandle, |
| int | FrameIndex, | ||
| COLOR_F | Scale | ||
| ) |
| int DxLib::MV1SetFrameOpacityRate | ( | int | MHandle, |
| int | FrameIndex, | ||
| float | Rate | ||
| ) |
| int DxLib::MV1SetFrameSpcColorScale | ( | int | MHandle, |
| int | FrameIndex, | ||
| COLOR_F | Scale | ||
| ) |
| int DxLib::MV1SetFrameTextureAddressTransform | ( | int | MHandle, |
| int | FrameIndex, | ||
| float | TransU, | ||
| float | TransV, | ||
| float | ScaleU, | ||
| float | ScaleV, | ||
| float | RotCenterU, | ||
| float | RotCenterV, | ||
| float | Rotate | ||
| ) |
| int DxLib::MV1SetFrameTextureAddressTransformMatrix | ( | int | MHandle, |
| int | FrameIndex, | ||
| MATRIX | Matrix | ||
| ) |
| int DxLib::MV1SetFrameUserLocalMatrix | ( | int | MHandle, |
| int | FrameIndex, | ||
| MATRIX | Matrix | ||
| ) |
| int DxLib::MV1SetFrameUserLocalMatrixD | ( | int | MHandle, |
| int | FrameIndex, | ||
| MATRIX_D | Matrix | ||
| ) |
| int DxLib::MV1SetFrameUserLocalWorldMatrix | ( | int | MHandle, |
| int | FrameIndex, | ||
| MATRIX | Matrix | ||
| ) |
| int DxLib::MV1SetFrameUserLocalWorldMatrixD | ( | int | MHandle, |
| int | FrameIndex, | ||
| MATRIX_D | Matrix | ||
| ) |
| int DxLib::MV1SetFrameVisible | ( | int | MHandle, |
| int | FrameIndex, | ||
| int | VisibleFlag | ||
| ) |
| int DxLib::MV1SetLoadCalcPhysicsWorldGravity | ( | int | GravityNo, |
| VECTOR | Gravity | ||
| ) |
| int DxLib::MV1SetLoadModel_PMD_PMX_AnimationFPSMode | ( | int | FPSMode | ) |
| int DxLib::MV1SetLoadModelAnimFilePath | ( | const TCHAR * | FileName | ) |
| int DxLib::MV1SetLoadModelAnimFilePathWithStrLen | ( | const TCHAR * | FileName, |
| size_t | FileNameLength | ||
| ) |
| int DxLib::MV1SetLoadModelDisablePhysicsNameWordMode | ( | int | DisableNameWordMode | ) |
| int DxLib::MV1SetLoadModelIgnoreScaling | ( | int | Flag | ) |
| int DxLib::MV1SetLoadModelNotEqNormalSide_AddZeroAreaPolygon | ( | int | Flag | ) |
| int DxLib::MV1SetLoadModelPhysicsCalcPrecision | ( | int | Precision | ) |
| int DxLib::MV1SetLoadModelPhysicsWorldGravity | ( | float | Gravity | ) |
| int DxLib::MV1SetLoadModelPositionOptimize | ( | int | Flag | ) |
| int DxLib::MV1SetLoadModelReMakeNormal | ( | int | Flag | ) |
| int DxLib::MV1SetLoadModelReMakeNormalSmoothingAngle | ( | float | SmoothingAngle = 1.562069f | ) |
| int DxLib::MV1SetLoadModelTriangleListUseMaxBoneNum | ( | int | UseMaxBoneNum | ) |
| int DxLib::MV1SetLoadModelUsePackDraw | ( | int | Flag | ) |
| int DxLib::MV1SetLoadModelUsePhysicsMode | ( | int | PhysicsMode | ) |
| int DxLib::MV1SetMaterialAmbColor | ( | int | MHandle, |
| int | MaterialIndex, | ||
| COLOR_F | Color | ||
| ) |
| int DxLib::MV1SetMaterialDifColor | ( | int | MHandle, |
| int | MaterialIndex, | ||
| COLOR_F | Color | ||
| ) |
| int DxLib::MV1SetMaterialDifGradBlendType | ( | int | MHandle, |
| int | MaterialIndex, | ||
| int | BlendType | ||
| ) |
| int DxLib::MV1SetMaterialDifGradBlendTypeAll | ( | int | MHandle, |
| int | BlendType | ||
| ) |
| int DxLib::MV1SetMaterialDifGradTexture | ( | int | MHandle, |
| int | MaterialIndex, | ||
| int | TexIndex | ||
| ) |
| int DxLib::MV1SetMaterialDifMapTexture | ( | int | MHandle, |
| int | MaterialIndex, | ||
| int | TexIndex | ||
| ) |
| int DxLib::MV1SetMaterialDrawAlphaTest | ( | int | MHandle, |
| int | MaterialIndex, | ||
| int | Enable, | ||
| int | Mode, | ||
| int | Param | ||
| ) |
| int DxLib::MV1SetMaterialDrawAlphaTestAll | ( | int | MHandle, |
| int | Enable, | ||
| int | Mode, | ||
| int | Param | ||
| ) |
| int DxLib::MV1SetMaterialDrawBlendMode | ( | int | MHandle, |
| int | MaterialIndex, | ||
| int | BlendMode | ||
| ) |
| int DxLib::MV1SetMaterialDrawBlendModeAll | ( | int | MHandle, |
| int | BlendMode | ||
| ) |
| int DxLib::MV1SetMaterialDrawBlendParam | ( | int | MHandle, |
| int | MaterialIndex, | ||
| int | BlendParam | ||
| ) |
| int DxLib::MV1SetMaterialDrawBlendParamAll | ( | int | MHandle, |
| int | BlendParam | ||
| ) |
| int DxLib::MV1SetMaterialEmiColor | ( | int | MHandle, |
| int | MaterialIndex, | ||
| COLOR_F | Color | ||
| ) |
| int DxLib::MV1SetMaterialOutLineColor | ( | int | MHandle, |
| int | MaterialIndex, | ||
| COLOR_F | Color | ||
| ) |
| int DxLib::MV1SetMaterialOutLineColorAll | ( | int | MHandle, |
| COLOR_F | Color | ||
| ) |
| int DxLib::MV1SetMaterialOutLineDotWidth | ( | int | MHandle, |
| int | MaterialIndex, | ||
| float | Width | ||
| ) |
| int DxLib::MV1SetMaterialOutLineDotWidthAll | ( | int | MHandle, |
| float | Width | ||
| ) |
| int DxLib::MV1SetMaterialOutLineWidth | ( | int | MHandle, |
| int | MaterialIndex, | ||
| float | Width | ||
| ) |
| int DxLib::MV1SetMaterialOutLineWidthAll | ( | int | MHandle, |
| float | Width | ||
| ) |
| int DxLib::MV1SetMaterialSpcColor | ( | int | MHandle, |
| int | MaterialIndex, | ||
| COLOR_F | Color | ||
| ) |
| int DxLib::MV1SetMaterialSpcGradBlendType | ( | int | MHandle, |
| int | MaterialIndex, | ||
| int | BlendType | ||
| ) |
| int DxLib::MV1SetMaterialSpcGradBlendTypeAll | ( | int | MHandle, |
| int | BlendType | ||
| ) |
| int DxLib::MV1SetMaterialSpcGradTexture | ( | int | MHandle, |
| int | MaterialIndex, | ||
| int | TexIndex | ||
| ) |
| int DxLib::MV1SetMaterialSpcMapTexture | ( | int | MHandle, |
| int | MaterialIndex, | ||
| int | TexIndex | ||
| ) |
| int DxLib::MV1SetMaterialSpcPower | ( | int | MHandle, |
| int | MaterialIndex, | ||
| float | Power | ||
| ) |
| int DxLib::MV1SetMaterialSphereMapBlendType | ( | int | MHandle, |
| int | MaterialIndex, | ||
| int | BlendType | ||
| ) |
| int DxLib::MV1SetMaterialSphereMapBlendTypeAll | ( | int | MHandle, |
| int | BlendType | ||
| ) |
| int DxLib::MV1SetMaterialSphereMapTexture | ( | int | MHandle, |
| int | MaterialIndex, | ||
| int | TexIndex | ||
| ) |
| int DxLib::MV1SetMaterialSubDifMapTexture | ( | int | MHandle, |
| int | MaterialIndex, | ||
| int | TexIndex | ||
| ) |
| int DxLib::MV1SetMaterialType | ( | int | MHandle, |
| int | MaterialIndex, | ||
| int | Type | ||
| ) |
| int DxLib::MV1SetMaterialTypeAll | ( | int | MHandle, |
| int | Type | ||
| ) |
| int DxLib::MV1SetMaterialTypeParam | ( | int | MHandle, |
| int | MaterialIndex, | ||
| ... | |||
| ) |
| int DxLib::MV1SetMaterialTypeParamAll | ( | int | MHandle, |
| ... | |||
| ) |
| int DxLib::MV1SetMatrix | ( | int | MHandle, |
| MATRIX | Matrix | ||
| ) |
| int DxLib::MV1SetMatrixD | ( | int | MHandle, |
| MATRIX_D | Matrix | ||
| ) |
| int DxLib::MV1SetMaxAnisotropy | ( | int | MHandle, |
| int | MaxAnisotropy | ||
| ) |
| int DxLib::MV1SetMeshAmbColorScale | ( | int | MHandle, |
| int | MeshIndex, | ||
| COLOR_F | Scale | ||
| ) |
| int DxLib::MV1SetMeshBackCulling | ( | int | MHandle, |
| int | MeshIndex, | ||
| int | CullingFlag | ||
| ) |
| int DxLib::MV1SetMeshBaseVisible | ( | int | MHandle, |
| int | MeshIndex, | ||
| int | VisibleFlag | ||
| ) |
| int DxLib::MV1SetMeshCategoryVisible | ( | int | MHandle, |
| int | MeshCategory, | ||
| int | VisibleFlag | ||
| ) |
| int DxLib::MV1SetMeshDifColorScale | ( | int | MHandle, |
| int | MeshIndex, | ||
| COLOR_F | Scale | ||
| ) |
| int DxLib::MV1SetMeshDrawBlendMode | ( | int | MHandle, |
| int | MeshIndex, | ||
| int | BlendMode | ||
| ) |
| int DxLib::MV1SetMeshDrawBlendParam | ( | int | MHandle, |
| int | MeshIndex, | ||
| int | BlendParam | ||
| ) |
| int DxLib::MV1SetMeshEmiColorScale | ( | int | MHandle, |
| int | MeshIndex, | ||
| COLOR_F | Scale | ||
| ) |
| int DxLib::MV1SetMeshOpacityRate | ( | int | MHandle, |
| int | MeshIndex, | ||
| float | Rate | ||
| ) |
| int DxLib::MV1SetMeshSpcColorScale | ( | int | MHandle, |
| int | MeshIndex, | ||
| COLOR_F | Scale | ||
| ) |
| int DxLib::MV1SetMeshUseVertDifColor | ( | int | MHandle, |
| int | MeshIndex, | ||
| int | UseFlag | ||
| ) |
| int DxLib::MV1SetMeshUseVertSpcColor | ( | int | MHandle, |
| int | MeshIndex, | ||
| int | UseFlag | ||
| ) |
| int DxLib::MV1SetMeshVisible | ( | int | MHandle, |
| int | MeshIndex, | ||
| int | VisibleFlag | ||
| ) |
| int DxLib::MV1SetOpacityRate | ( | int | MHandle, |
| float | Rate | ||
| ) |
| int DxLib::MV1SetPhysicsWorldGravity | ( | int | MHandle, |
| VECTOR | Gravity | ||
| ) |
| int DxLib::MV1SetPosition | ( | int | MHandle, |
| VECTOR | Position | ||
| ) |
| int DxLib::MV1SetPositionD | ( | int | MHandle, |
| VECTOR_D | Position | ||
| ) |
| int DxLib::MV1SetRotationMatrix | ( | int | MHandle, |
| MATRIX | Matrix | ||
| ) |
| int DxLib::MV1SetRotationXYZ | ( | int | MHandle, |
| VECTOR | Rotate | ||
| ) |
| int DxLib::MV1SetRotationYUseDir | ( | int | MHandle, |
| VECTOR | Direction, | ||
| float | OffsetYAngle | ||
| ) |
| int DxLib::MV1SetRotationZYAxis | ( | int | MHandle, |
| VECTOR | ZAxisDirection, | ||
| VECTOR | YAxisDirection, | ||
| float | ZAxisTwistRotate | ||
| ) |
| int DxLib::MV1SetSampleFilterMode | ( | int | MHandle, |
| int | FilterMode | ||
| ) |
| int DxLib::MV1SetScale | ( | int | MHandle, |
| VECTOR | Scale | ||
| ) |
| int DxLib::MV1SetSemiTransDrawMode | ( | int | DrawMode | ) |
| int DxLib::MV1SetShapeRate | ( | int | MHandle, |
| int | ShapeIndex, | ||
| float | Rate, | ||
| int | Type = DX_MV1_SHAPERATE_ADD |
||
| ) |
| int DxLib::MV1SetSpcColorScale | ( | int | MHandle, |
| COLOR_F | Scale | ||
| ) |
| int DxLib::MV1SetTextureAddressMode | ( | int | MHandle, |
| int | TexIndex, | ||
| int | AddrUMode, | ||
| int | AddrVMode | ||
| ) |
| int DxLib::MV1SetTextureAlphaFilePath | ( | int | MHandle, |
| int | TexIndex, | ||
| const TCHAR * | FilePath | ||
| ) |
| int DxLib::MV1SetTextureAlphaFilePathWithStrLen | ( | int | MHandle, |
| int | TexIndex, | ||
| const TCHAR * | FilePath, | ||
| size_t | FilePathLength | ||
| ) |
| int DxLib::MV1SetTextureBumpImageFlag | ( | int | MHandle, |
| int | TexIndex, | ||
| int | Flag | ||
| ) |
| int DxLib::MV1SetTextureBumpImageNextPixelLength | ( | int | MHandle, |
| int | TexIndex, | ||
| float | Length | ||
| ) |
| int DxLib::MV1SetTextureColorFilePath | ( | int | MHandle, |
| int | TexIndex, | ||
| const TCHAR * | FilePath | ||
| ) |
| int DxLib::MV1SetTextureColorFilePathWithStrLen | ( | int | MHandle, |
| int | TexIndex, | ||
| const TCHAR * | FilePath, | ||
| size_t | FilePathLength | ||
| ) |
| int DxLib::MV1SetTextureGraphHandle | ( | int | MHandle, |
| int | TexIndex, | ||
| int | GrHandle, | ||
| int | SemiTransFlag | ||
| ) |
| int DxLib::MV1SetTextureSampleFilterMode | ( | int | MHandle, |
| int | TexIndex, | ||
| int | FilterMode | ||
| ) |
| int DxLib::MV1SetupCollInfo | ( | int | MHandle, |
| int | FrameIndex = -1, |
||
| int | XDivNum = 32, |
||
| int | YDivNum = 8, |
||
| int | ZDivNum = 32, |
||
| int | MeshIndex = -1 |
||
| ) |
| int DxLib::MV1SetupReferenceMesh | ( | int | MHandle, |
| int | FrameIndex, | ||
| int | IsTransform, | ||
| int | IsPositionOnly = FALSE, |
||
| int | MeshIndex = -1 |
||
| ) |
| int DxLib::MV1SetUseDrawMulAlphaColor | ( | int | MHandle, |
| int | Flag | ||
| ) |
| int DxLib::MV1SetUseOrigShader | ( | int | UseFlag | ) |
| int DxLib::MV1SetUseShapeFlag | ( | int | MHandle, |
| int | UseFlag | ||
| ) |
| int DxLib::MV1SetUseVertDifColor | ( | int | MHandle, |
| int | UseFlag | ||
| ) |
| int DxLib::MV1SetUseVertSpcColor | ( | int | MHandle, |
| int | UseFlag | ||
| ) |
| int DxLib::MV1SetUseZBuffer | ( | int | MHandle, |
| int | Flag | ||
| ) |
| int DxLib::MV1SetVisible | ( | int | MHandle, |
| int | VisibleFlag | ||
| ) |
| int DxLib::MV1SetWireFrameDrawFlag | ( | int | MHandle, |
| int | Flag | ||
| ) |
| int DxLib::MV1SetWriteZBuffer | ( | int | MHandle, |
| int | Flag | ||
| ) |
| int DxLib::MV1SetZBias | ( | int | MHandle, |
| int | Bias | ||
| ) |
| int DxLib::MV1SetZBufferCmpType | ( | int | MHandle, |
| int | CmpType | ||
| ) |
| int DxLib::MV1TerminateCollInfo | ( | int | MHandle, |
| int | FrameIndex = -1, |
||
| int | MeshIndex = -1 |
||
| ) |
| int DxLib::MV1TerminateReferenceMesh | ( | int | MHandle, |
| int | FrameIndex, | ||
| int | IsTransform, | ||
| int | IsPositionOnly = FALSE, |
||
| int | MeshIndex = -1 |
||
| ) |
| int DxLib::NetWorkRecv | ( | int | NetHandle, |
| void * | Buffer, | ||
| int | Length | ||
| ) |
| int DxLib::NetWorkRecvBufferClear | ( | int | NetHandle | ) |
| int DxLib::NetWorkRecvToPeek | ( | int | NetHandle, |
| void * | Buffer, | ||
| int | Length | ||
| ) |
| int DxLib::NetWorkRecvUDP | ( | int | NetUDPHandle, |
| IPDATA * | RecvIP, | ||
| int * | RecvPort, | ||
| void * | Buffer, | ||
| int | Length, | ||
| int | Peek | ||
| ) |
| int DxLib::NetWorkRecvUDP_IPv6 | ( | int | NetUDPHandle, |
| IPDATA_IPv6 * | RecvIP, | ||
| int * | RecvPort, | ||
| void * | Buffer, | ||
| int | Length, | ||
| int | Peek | ||
| ) |
| int DxLib::NetWorkSend | ( | int | NetHandle, |
| const void * | Buffer, | ||
| int | Length | ||
| ) |
| int DxLib::NetWorkSendUDP | ( | int | NetUDPHandle, |
| IPDATA | SendIP, | ||
| int | SendPort, | ||
| const void * | Buffer, | ||
| int | Length | ||
| ) |
| int DxLib::NetWorkSendUDP_IPv6 | ( | int | NetUDPHandle, |
| IPDATA_IPv6 | SendIP, | ||
| int | SendPort, | ||
| const void * | Buffer, | ||
| int | Length | ||
| ) |
| int DxLib::OpenMovieToGraph | ( | const TCHAR * | FileName, |
| int | FullColor = TRUE |
||
| ) |
| int DxLib::OpenMovieToGraphWithStrLen | ( | const TCHAR * | FileName, |
| size_t | FileNameLength, | ||
| int | FullColor = TRUE |
||
| ) |
| int DxLib::Paint | ( | int | x, |
| int | y, | ||
| unsigned int | FillColor, | ||
| ULONGLONG | BoundaryColor = ULL_PARAM(0xffffffffffffffff) |
||
| ) |
| int DxLib::PauseMovieToGraph | ( | int | GraphHandle, |
| int | SysPause = 0 |
||
| ) |
| int DxLib::Plane_Point_Analyse | ( | const VECTOR * | PlanePos, |
| const VECTOR * | PlaneNormal, | ||
| const VECTOR * | PointPos, | ||
| PLANE_POINT_RESULT * | Result | ||
| ) |
| int DxLib::Plane_Point_AnalyseD | ( | const VECTOR_D * | PlanePos, |
| const VECTOR_D * | PlaneNormal, | ||
| const VECTOR_D * | PointPos, | ||
| PLANE_POINT_RESULT_D * | Result | ||
| ) |
| VECTOR DxLib::Plane_Point_MinLength_Position | ( | VECTOR | PlanePos, |
| VECTOR | PlaneNormal, | ||
| VECTOR | PointPos | ||
| ) |
| VECTOR_D DxLib::Plane_Point_MinLength_PositionD | ( | VECTOR_D | PlanePos, |
| VECTOR_D | PlaneNormal, | ||
| VECTOR_D | PointPos | ||
| ) |
| int DxLib::PlayBeep | ( | void | ) |
| int DxLib::PlayMovie | ( | const TCHAR * | FileName, |
| int | ExRate, | ||
| int | PlayType | ||
| ) |
| int DxLib::PlayMovieToGraph | ( | int | GraphHandle, |
| int | PlayType = DX_PLAYTYPE_BACK, |
||
| int | SysPlay = 0 |
||
| ) |
| int DxLib::PlayMovieWithStrLen | ( | const TCHAR * | FileName, |
| size_t | FileNameLength, | ||
| int | ExRate, | ||
| int | PlayType | ||
| ) |
| int DxLib::PlayMusic | ( | const TCHAR * | FileName, |
| int | PlayType | ||
| ) |
| int DxLib::PlayMusicByMemImage | ( | const void * | FileImage, |
| size_t | FileImageSize, | ||
| int | PlayType | ||
| ) |
| int DxLib::PlayMusicByResource | ( | const TCHAR * | ResourceName, |
| const TCHAR * | ResourceType, | ||
| int | PlayType | ||
| ) |
| int DxLib::PlayMusicByResourceWithStrLen | ( | const TCHAR * | ResourceName, |
| size_t | ResourceNameLength, | ||
| const TCHAR * | ResourceType, | ||
| size_t | ResourceTypeLength, | ||
| int | PlayType | ||
| ) |
| int DxLib::PlayMusicMem | ( | int | MusicHandle, |
| int | PlayType | ||
| ) |
| int DxLib::PlayMusicWithStrLen | ( | const TCHAR * | FileName, |
| size_t | FileNameLength, | ||
| int | PlayType | ||
| ) |
| int DxLib::PlaySound | ( | const TCHAR * | FileName, |
| int | PlayType | ||
| ) |
| int DxLib::PlaySoundFile | ( | const TCHAR * | FileName, |
| int | PlayType | ||
| ) |
| int DxLib::PlaySoundFileWithStrLen | ( | const TCHAR * | FileName, |
| size_t | FileNameLength, | ||
| int | PlayType | ||
| ) |
| int DxLib::PlaySoundMem | ( | int | SoundHandle, |
| int | PlayType, | ||
| int | TopPositionFlag = TRUE |
||
| ) |
| int DxLib::PlaySoundWithStrLen | ( | const TCHAR * | FileName, |
| size_t | FileNameLength, | ||
| int | PlayType | ||
| ) |
| int DxLib::PlayStreamSoundMem | ( | int | SoundHandle, |
| int | PlayType = DX_PLAYTYPE_LOOP, |
||
| int | TopPositionFlag = TRUE |
||
| ) |
| int DxLib::PreparationListenNetWork | ( | int | Port = -1 | ) |
| int DxLib::PreparationListenNetWork_IPv6 | ( | int | Port = -1 | ) |
| int DxLib::printfDx | ( | const TCHAR * | FormatString, |
| ... | |||
| ) |
| int DxLib::ProcessActKeyInput | ( | void | ) |
| int DxLib::ProcessMessage | ( | void | ) |
| int DxLib::ProcessMusicMem | ( | void | ) |
| int DxLib::ProcessNetMessage | ( | int | RunReleaseProcess = FALSE | ) |
| int DxLib::ProcessStreamSoundMem | ( | int | SoundHandle | ) |
| int DxLib::ProcessStreamSoundMemAll | ( | void | ) |
| int DxLib::putsDx | ( | const TCHAR * | String, |
| int | NewLine = TRUE |
||
| ) |
| int DxLib::putsDxWithStrLen | ( | const TCHAR * | String, |
| size_t | StringLength, | ||
| int | NewLine = TRUE |
||
| ) |
| int DxLib::ReadJpegExif | ( | const TCHAR * | JpegFilePath, |
| BYTE * | ExifBuffer_Array, | ||
| size_t | ExifBufferSize | ||
| ) |
| int DxLib::ReadJpegExifWithStrLen | ( | const TCHAR * | JpegFilePath, |
| size_t | JpegFilePathLength, | ||
| BYTE * | ExifBuffer_Array, | ||
| size_t | ExifBufferSize | ||
| ) |
| int DxLib::ReadSoftSoundData | ( | int | SoftSoundHandle, |
| LONGLONG | SamplePosition, | ||
| int * | Channel1, | ||
| int * | Channel2 | ||
| ) |
| int DxLib::ReadSoftSoundDataF | ( | int | SoftSoundHandle, |
| LONGLONG | SamplePosition, | ||
| float * | Channel1, | ||
| float * | Channel2 | ||
| ) |
| int DxLib::ReCreateDivGraphFFromBaseImage | ( | BASEIMAGE * | BaseImage, |
| int | AllNum, | ||
| int | XNum, | ||
| int | YNum, | ||
| float | SizeX, | ||
| float | SizeY, | ||
| const int * | HandleArray | ||
| ) |
| int DxLib::ReCreateDivGraphFFromBmp | ( | const BITMAPINFO * | RGBBmpInfo, |
| const void * | RGBBmpImage, | ||
| int | AllNum, | ||
| int | XNum, | ||
| int | YNum, | ||
| float | SizeX, | ||
| float | SizeY, | ||
| const int * | HandleArray, | ||
| int | TextureFlag = TRUE, |
||
| int | ReverseFlag = FALSE, |
||
| const BITMAPINFO * | AlphaBmpInfo = NULL, |
||
| const void * | AlphaBmpImage = NULL |
||
| ) |
| int DxLib::ReCreateDivGraphFFromGraphImage | ( | BASEIMAGE * | RgbBaseImage, |
| const BASEIMAGE * | AlphaBaseImage, | ||
| int | AllNum, | ||
| int | XNum, | ||
| int | YNum, | ||
| float | SizeX, | ||
| float | SizeY, | ||
| const int * | HandleArray, | ||
| int | TextureFlag = TRUE, |
||
| int | ReverseFlag = FALSE |
||
| ) |
| int DxLib::ReCreateDivGraphFFromGraphImage | ( | BASEIMAGE * | RgbBaseImage, |
| int | AllNum, | ||
| int | XNum, | ||
| int | YNum, | ||
| float | SizeX, | ||
| float | SizeY, | ||
| const int * | HandleArray, | ||
| int | TextureFlag = TRUE, |
||
| int | ReverseFlag = FALSE |
||
| ) |
| int DxLib::ReCreateDivGraphFFromMem | ( | const void * | RGBFileImage, |
| int | RGBFileImageSize, | ||
| int | AllNum, | ||
| int | XNum, | ||
| int | YNum, | ||
| float | SizeX, | ||
| float | SizeY, | ||
| const int * | HandleArray, | ||
| int | TextureFlag = TRUE, |
||
| int | ReverseFlag = FALSE, |
||
| const void * | AlphaFileImage = NULL, |
||
| int | AlphaFileImageSize = 0 |
||
| ) |
| int DxLib::ReCreateDivGraphFFromSoftImage | ( | int | SIHandle, |
| int | AllNum, | ||
| int | XNum, | ||
| int | YNum, | ||
| float | SizeX, | ||
| float | SizeY, | ||
| const int * | HandleArray | ||
| ) |
| int DxLib::ReCreateDivGraphFromBaseImage | ( | BASEIMAGE * | BaseImage, |
| int | AllNum, | ||
| int | XNum, | ||
| int | YNum, | ||
| int | SizeX, | ||
| int | SizeY, | ||
| const int * | HandleArray | ||
| ) |
| int DxLib::ReCreateDivGraphFromBmp | ( | const BITMAPINFO * | RGBBmpInfo, |
| const void * | RGBBmpImage, | ||
| int | AllNum, | ||
| int | XNum, | ||
| int | YNum, | ||
| int | SizeX, | ||
| int | SizeY, | ||
| const int * | HandleArray, | ||
| int | TextureFlag = TRUE, |
||
| int | ReverseFlag = FALSE, |
||
| const BITMAPINFO * | AlphaBmpInfo = NULL, |
||
| const void * | AlphaBmpImage = NULL |
||
| ) |
| int DxLib::ReCreateDivGraphFromGraphImage | ( | BASEIMAGE * | RgbBaseImage, |
| const BASEIMAGE * | AlphaBaseImage, | ||
| int | AllNum, | ||
| int | XNum, | ||
| int | YNum, | ||
| int | SizeX, | ||
| int | SizeY, | ||
| const int * | HandleArray, | ||
| int | TextureFlag = TRUE, |
||
| int | ReverseFlag = FALSE |
||
| ) |
| int DxLib::ReCreateDivGraphFromGraphImage | ( | BASEIMAGE * | RgbBaseImage, |
| int | AllNum, | ||
| int | XNum, | ||
| int | YNum, | ||
| int | SizeX, | ||
| int | SizeY, | ||
| const int * | HandleArray, | ||
| int | TextureFlag = TRUE, |
||
| int | ReverseFlag = FALSE |
||
| ) |
| int DxLib::ReCreateDivGraphFromMem | ( | const void * | RGBFileImage, |
| int | RGBFileImageSize, | ||
| int | AllNum, | ||
| int | XNum, | ||
| int | YNum, | ||
| int | SizeX, | ||
| int | SizeY, | ||
| const int * | HandleArray, | ||
| int | TextureFlag = TRUE, |
||
| int | ReverseFlag = FALSE, |
||
| const void * | AlphaFileImage = NULL, |
||
| int | AlphaFileImageSize = 0 |
||
| ) |
| int DxLib::ReCreateDivGraphFromSoftImage | ( | int | SIHandle, |
| int | AllNum, | ||
| int | XNum, | ||
| int | YNum, | ||
| int | SizeX, | ||
| int | SizeY, | ||
| const int * | HandleArray | ||
| ) |
| int DxLib::ReCreateGraph | ( | int | Width, |
| int | Height, | ||
| int | Pitch, | ||
| const void * | RGBImage, | ||
| int | GrHandle, | ||
| const void * | AlphaImage = NULL |
||
| ) |
| int DxLib::ReCreateGraphFromBaseImage | ( | const BASEIMAGE * | BaseImage, |
| int | GrHandle | ||
| ) |
| int DxLib::ReCreateGraphFromBmp | ( | const BITMAPINFO * | RGBBmpInfo, |
| const void * | RGBBmpImage, | ||
| int | GrHandle, | ||
| const BITMAPINFO * | AlphaBmpInfo = NULL, |
||
| const void * | AlphaBmpImage = NULL, |
||
| int | TextureFlag = TRUE, |
||
| int | ReverseFlag = FALSE |
||
| ) |
| int DxLib::ReCreateGraphFromGraphImage | ( | const BASEIMAGE * | RgbBaseImage, |
| const BASEIMAGE * | AlphaBaseImage, | ||
| int | GrHandle, | ||
| int | TextureFlag = TRUE, |
||
| int | ReverseFlag = FALSE |
||
| ) |
| int DxLib::ReCreateGraphFromGraphImage | ( | const BASEIMAGE * | RgbBaseImage, |
| int | GrHandle, | ||
| int | TextureFlag = TRUE, |
||
| int | ReverseFlag = FALSE |
||
| ) |
| int DxLib::ReCreateGraphFromMem | ( | const void * | RGBFileImage, |
| int | RGBFileImageSize, | ||
| int | GrHandle, | ||
| const void * | AlphaFileImage = NULL, |
||
| int | AlphaFileImageSize = 0, |
||
| int | TextureFlag = TRUE, |
||
| int | ReverseFlag = FALSE |
||
| ) |
| int DxLib::ReCreateGraphFromRectBaseImage | ( | const BASEIMAGE * | BaseImage, |
| int | x, | ||
| int | y, | ||
| int | SizeX, | ||
| int | SizeY, | ||
| int | GrHandle | ||
| ) |
| int DxLib::ReCreateGraphFromRectSoftImage | ( | int | SIHandle, |
| int | x, | ||
| int | y, | ||
| int | SizeX, | ||
| int | SizeY, | ||
| int | GrHandle | ||
| ) |
| int DxLib::ReCreateGraphFromSoftImage | ( | int | SIHandle, |
| int | GrHandle | ||
| ) |
| int DxLib::RectAdjust | ( | RECT * | Rect | ) |
| int DxLib::RectClipping | ( | RECT * | Rect, |
| const RECT * | ClippuRect | ||
| ) |
| int DxLib::RefreshDxLibDirect3DSetting | ( | void | ) |
| int DxLib::ReleaseBaseImage | ( | BASEIMAGE * | BaseImage | ) |
| int DxLib::ReleaseGraphImage | ( | BASEIMAGE * | GraphImage | ) |
| int DxLib::ReloadDivGraph | ( | const TCHAR * | FileName, |
| int | AllNum, | ||
| int | XNum, | ||
| int | YNum, | ||
| int | XSize, | ||
| int | YSize, | ||
| const int * | HandleArray, | ||
| int | ReverseFlag = FALSE |
||
| ) |
| int DxLib::ReloadDivGraphF | ( | const TCHAR * | FileName, |
| int | AllNum, | ||
| int | XNum, | ||
| int | YNum, | ||
| float | XSize, | ||
| float | YSize, | ||
| const int * | HandleArray, | ||
| int | ReverseFlag = FALSE |
||
| ) |
| int DxLib::ReloadDivGraphFWithStrLen | ( | const TCHAR * | FileName, |
| size_t | FileNameLength, | ||
| int | AllNum, | ||
| int | XNum, | ||
| int | YNum, | ||
| float | XSize, | ||
| float | YSize, | ||
| const int * | HandleArray, | ||
| int | ReverseFlag = FALSE |
||
| ) |
| int DxLib::ReloadDivGraphWithStrLen | ( | const TCHAR * | FileName, |
| size_t | FileNameLength, | ||
| int | AllNum, | ||
| int | XNum, | ||
| int | YNum, | ||
| int | XSize, | ||
| int | YSize, | ||
| const int * | HandleArray, | ||
| int | ReverseFlag = FALSE |
||
| ) |
| int DxLib::ReloadFileGraphAll | ( | void | ) |
| int DxLib::ReloadGraph | ( | const TCHAR * | FileName, |
| int | GrHandle, | ||
| int | ReverseFlag = FALSE |
||
| ) |
| int DxLib::ReloadGraphWithStrLen | ( | const TCHAR * | FileName, |
| size_t | FileNameLength, | ||
| int | GrHandle, | ||
| int | ReverseFlag = FALSE |
||
| ) |
| int DxLib::ReloadReverseDivGraph | ( | const TCHAR * | FileName, |
| int | AllNum, | ||
| int | XNum, | ||
| int | YNum, | ||
| int | XSize, | ||
| int | YSize, | ||
| const int * | HandleArray | ||
| ) |
| int DxLib::ReloadReverseDivGraphF | ( | const TCHAR * | FileName, |
| int | AllNum, | ||
| int | XNum, | ||
| int | YNum, | ||
| float | XSize, | ||
| float | YSize, | ||
| const int * | HandleArray | ||
| ) |
| int DxLib::ReloadReverseDivGraphFWithStrLen | ( | const TCHAR * | FileName, |
| size_t | FileNameLength, | ||
| int | AllNum, | ||
| int | XNum, | ||
| int | YNum, | ||
| float | XSize, | ||
| float | YSize, | ||
| const int * | HandleArray | ||
| ) |
| int DxLib::ReloadReverseDivGraphWithStrLen | ( | const TCHAR * | FileName, |
| size_t | FileNameLength, | ||
| int | AllNum, | ||
| int | XNum, | ||
| int | YNum, | ||
| int | XSize, | ||
| int | YSize, | ||
| const int * | HandleArray | ||
| ) |
| int DxLib::ReloadReverseGraph | ( | const TCHAR * | FileName, |
| int | GrHandle | ||
| ) |
| int DxLib::ReloadReverseGraphWithStrLen | ( | const TCHAR * | FileName, |
| size_t | FileNameLength, | ||
| int | GrHandle | ||
| ) |
| int DxLib::RemoveFontFile | ( | HANDLE | FontHandle | ) |
| int DxLib::RenderVertex | ( | void | ) |
| int DxLib::ResetFrequencySoundMem | ( | int | SoundHandle | ) |
| int DxLib::ResetGraphPalette | ( | int | GrHandle | ) |
| int DxLib::ResetKeyInputStringColor2 | ( | int | TargetColor | ) |
| int DxLib::ResetPSConstB | ( | int | ConstantIndex, |
| int | ParamNum | ||
| ) |
| int DxLib::ResetPSConstF | ( | int | ConstantIndex, |
| int | ParamNum | ||
| ) |
| int DxLib::ResetPSConstI | ( | int | ConstantIndex, |
| int | ParamNum | ||
| ) |
| int DxLib::ResetShadowMapDrawArea | ( | int | SmHandle | ) |
| int DxLib::ResetSoftSoundPlayer | ( | int | SSoundPlayerHandle | ) |
| int DxLib::ResetTextureAddressTransform | ( | void | ) |
| int DxLib::ResetTransformTo2D | ( | void | ) |
| int DxLib::ReSetupJoypad | ( | void | ) |
| int DxLib::ResetVSConstB | ( | int | ConstantIndex, |
| int | ParamNum | ||
| ) |
| int DxLib::ResetVSConstF | ( | int | ConstantIndex, |
| int | ParamNum | ||
| ) |
| int DxLib::ResetVSConstI | ( | int | ConstantIndex, |
| int | ParamNum | ||
| ) |
| int DxLib::ReStartKeyInput | ( | int | InputHandle | ) |
| int DxLib::RestoreGraphSystem | ( | void | ) |
| int DxLib::ReverseBaseImage | ( | BASEIMAGE * | BaseImage | ) |
| int DxLib::ReverseBaseImageH | ( | BASEIMAGE * | BaseImage | ) |
| int DxLib::ReverseBaseImageV | ( | BASEIMAGE * | BaseImage | ) |
| int DxLib::ReverseGraphImage | ( | BASEIMAGE * | GraphImage | ) |
| int DxLib::ReverseSoftImage | ( | int | SIHandle | ) |
| int DxLib::ReverseSoftImageH | ( | int | SIHandle | ) |
| int DxLib::ReverseSoftImageV | ( | int | SIHandle | ) |
| int DxLib::RunRestoreShred | ( | void | ) |
| int DxLib::SaveBaseImageToBmp | ( | const TCHAR * | FilePath, |
| const BASEIMAGE * | BaseImage | ||
| ) |
| int DxLib::SaveBaseImageToBmpWithStrLen | ( | const TCHAR * | FilePath, |
| size_t | FilePathLength, | ||
| const BASEIMAGE * | BaseImage | ||
| ) |
| int DxLib::SaveBaseImageToDds | ( | const TCHAR * | FilePath, |
| const BASEIMAGE * | BaseImage | ||
| ) |
| int DxLib::SaveBaseImageToDdsWithStrLen | ( | const TCHAR * | FilePath, |
| size_t | FilePathLength, | ||
| const BASEIMAGE * | BaseImage | ||
| ) |
| int DxLib::SaveBaseImageToJpeg | ( | const TCHAR * | FilePath, |
| BASEIMAGE * | BaseImage, | ||
| int | Quality, | ||
| int | Sample2x1 | ||
| ) |
| int DxLib::SaveBaseImageToJpegWithStrLen | ( | const TCHAR * | FilePath, |
| size_t | FilePathLength, | ||
| BASEIMAGE * | BaseImage, | ||
| int | Quality, | ||
| int | Sample2x1 | ||
| ) |
| int DxLib::SaveBaseImageToPng | ( | const TCHAR * | FilePath, |
| BASEIMAGE * | BaseImage, | ||
| int | CompressionLevel | ||
| ) |
| int DxLib::SaveBaseImageToPngWithStrLen | ( | const TCHAR * | FilePath, |
| size_t | FilePathLength, | ||
| BASEIMAGE * | BaseImage, | ||
| int | CompressionLevel | ||
| ) |
| int DxLib::SaveDrawScreen | ( | int | x1, |
| int | y1, | ||
| int | x2, | ||
| int | y2, | ||
| const TCHAR * | FileName, | ||
| int | SaveType = DX_IMAGESAVETYPE_BMP, |
||
| int | Jpeg_Quality = 80, |
||
| int | Jpeg_Sample2x1 = TRUE, |
||
| int | Png_CompressionLevel = -1 |
||
| ) |
| int DxLib::SaveDrawScreenToBMP | ( | int | x1, |
| int | y1, | ||
| int | x2, | ||
| int | y2, | ||
| const TCHAR * | FileName | ||
| ) |
| int DxLib::SaveDrawScreenToBMPWithStrLen | ( | int | x1, |
| int | y1, | ||
| int | x2, | ||
| int | y2, | ||
| const TCHAR * | FileName, | ||
| size_t | FileNameLength | ||
| ) |
| int DxLib::SaveDrawScreenToDDS | ( | int | x1, |
| int | y1, | ||
| int | x2, | ||
| int | y2, | ||
| const TCHAR * | FileName | ||
| ) |
| int DxLib::SaveDrawScreenToDDSWithStrLen | ( | int | x1, |
| int | y1, | ||
| int | x2, | ||
| int | y2, | ||
| const TCHAR * | FileName, | ||
| size_t | FileNameLength | ||
| ) |
| int DxLib::SaveDrawScreenToJPEG | ( | int | x1, |
| int | y1, | ||
| int | x2, | ||
| int | y2, | ||
| const TCHAR * | FileName, | ||
| int | Quality = 80, |
||
| int | Sample2x1 = TRUE |
||
| ) |
| int DxLib::SaveDrawScreenToJPEGWithStrLen | ( | int | x1, |
| int | y1, | ||
| int | x2, | ||
| int | y2, | ||
| const TCHAR * | FileName, | ||
| size_t | FileNameLength, | ||
| int | Quality = 80, |
||
| int | Sample2x1 = TRUE |
||
| ) |
| int DxLib::SaveDrawScreenToPNG | ( | int | x1, |
| int | y1, | ||
| int | x2, | ||
| int | y2, | ||
| const TCHAR * | FileName, | ||
| int | CompressionLevel = -1 |
||
| ) |
| int DxLib::SaveDrawScreenToPNGWithStrLen | ( | int | x1, |
| int | y1, | ||
| int | x2, | ||
| int | y2, | ||
| const TCHAR * | FileName, | ||
| size_t | FileNameLength, | ||
| int | CompressionLevel = -1 |
||
| ) |
| int DxLib::SaveDrawScreenWithStrLen | ( | int | x1, |
| int | y1, | ||
| int | x2, | ||
| int | y2, | ||
| const TCHAR * | FileName, | ||
| size_t | FileNameLength, | ||
| int | SaveType = DX_IMAGESAVETYPE_BMP, |
||
| int | Jpeg_Quality = 80, |
||
| int | Jpeg_Sample2x1 = TRUE, |
||
| int | Png_CompressionLevel = -1 |
||
| ) |
| int DxLib::SaveDrawValidGraph | ( | int | GrHandle, |
| int | x1, | ||
| int | y1, | ||
| int | x2, | ||
| int | y2, | ||
| const TCHAR * | FileName, | ||
| int | SaveType = DX_IMAGESAVETYPE_BMP, |
||
| int | Jpeg_Quality = 80, |
||
| int | Jpeg_Sample2x1 = TRUE, |
||
| int | Png_CompressionLevel = -1 |
||
| ) |
| int DxLib::SaveDrawValidGraphToBMP | ( | int | GrHandle, |
| int | x1, | ||
| int | y1, | ||
| int | x2, | ||
| int | y2, | ||
| const TCHAR * | FileName | ||
| ) |
| int DxLib::SaveDrawValidGraphToBMPWithStrLen | ( | int | GrHandle, |
| int | x1, | ||
| int | y1, | ||
| int | x2, | ||
| int | y2, | ||
| const TCHAR * | FileName, | ||
| size_t | FileNameLength | ||
| ) |
| int DxLib::SaveDrawValidGraphToDDS | ( | int | GrHandle, |
| int | x1, | ||
| int | y1, | ||
| int | x2, | ||
| int | y2, | ||
| const TCHAR * | FileName | ||
| ) |
| int DxLib::SaveDrawValidGraphToDDSWithStrLen | ( | int | GrHandle, |
| int | x1, | ||
| int | y1, | ||
| int | x2, | ||
| int | y2, | ||
| const TCHAR * | FileName, | ||
| size_t | FileNameLength | ||
| ) |
| int DxLib::SaveDrawValidGraphToJPEG | ( | int | GrHandle, |
| int | x1, | ||
| int | y1, | ||
| int | x2, | ||
| int | y2, | ||
| const TCHAR * | FileName, | ||
| int | Quality = 80, |
||
| int | Sample2x1 = TRUE |
||
| ) |
| int DxLib::SaveDrawValidGraphToJPEGWithStrLen | ( | int | GrHandle, |
| int | x1, | ||
| int | y1, | ||
| int | x2, | ||
| int | y2, | ||
| const TCHAR * | FileName, | ||
| size_t | FileNameLength, | ||
| int | Quality = 80, |
||
| int | Sample2x1 = TRUE |
||
| ) |
| int DxLib::SaveDrawValidGraphToPNG | ( | int | GrHandle, |
| int | x1, | ||
| int | y1, | ||
| int | x2, | ||
| int | y2, | ||
| const TCHAR * | FileName, | ||
| int | CompressionLevel = -1 |
||
| ) |
| int DxLib::SaveDrawValidGraphToPNGWithStrLen | ( | int | GrHandle, |
| int | x1, | ||
| int | y1, | ||
| int | x2, | ||
| int | y2, | ||
| const TCHAR * | FileName, | ||
| size_t | FileNameLength, | ||
| int | CompressionLevel = -1 |
||
| ) |
| int DxLib::SaveDrawValidGraphWithStrLen | ( | int | GrHandle, |
| int | x1, | ||
| int | y1, | ||
| int | x2, | ||
| int | y2, | ||
| const TCHAR * | FileName, | ||
| size_t | FileNameLength, | ||
| int | SaveType = DX_IMAGESAVETYPE_BMP, |
||
| int | Jpeg_Quality = 80, |
||
| int | Jpeg_Sample2x1 = TRUE, |
||
| int | Png_CompressionLevel = -1 |
||
| ) |
| int DxLib::SaveSoftImageToBmp | ( | const TCHAR * | FilePath, |
| int | SIHandle | ||
| ) |
| int DxLib::SaveSoftImageToBmpWithStrLen | ( | const TCHAR * | FilePath, |
| size_t | FilePathLength, | ||
| int | SIHandle | ||
| ) |
| int DxLib::SaveSoftImageToDds | ( | const TCHAR * | FilePath, |
| int | SIHandle | ||
| ) |
| int DxLib::SaveSoftImageToDdsWithStrLen | ( | const TCHAR * | FilePath, |
| size_t | FilePathLength, | ||
| int | SIHandle | ||
| ) |
| int DxLib::SaveSoftImageToJpeg | ( | const TCHAR * | FilePath, |
| int | SIHandle, | ||
| int | Quality, | ||
| int | Sample2x1 | ||
| ) |
| int DxLib::SaveSoftImageToJpegWithStrLen | ( | const TCHAR * | FilePath, |
| size_t | FilePathLength, | ||
| int | SIHandle, | ||
| int | Quality, | ||
| int | Sample2x1 | ||
| ) |
| int DxLib::SaveSoftImageToPng | ( | const TCHAR * | FilePath, |
| int | SIHandle, | ||
| int | CompressionLevel | ||
| ) |
| int DxLib::SaveSoftImageToPngWithStrLen | ( | const TCHAR * | FilePath, |
| size_t | FilePathLength, | ||
| int | SIHandle, | ||
| int | CompressionLevel | ||
| ) |
| int DxLib::SaveSoftSound | ( | int | SoftSoundHandle, |
| const TCHAR * | FileName | ||
| ) |
| int DxLib::SaveSoftSoundWithStrLen | ( | int | SoftSoundHandle, |
| const TCHAR * | FileName, | ||
| size_t | FileNameLength | ||
| ) |
| int DxLib::ScreenCopy | ( | void | ) |
| int DxLib::ScreenFlip | ( | void | ) |
| int DxLib::SeekMovieToGraph | ( | int | GraphHandle, |
| int | Time | ||
| ) |
| int DxLib::SeekMovieToGraphToFrame | ( | int | GraphHandle, |
| int | Frame | ||
| ) |
| int DxLib::Segment_Point_Analyse | ( | const VECTOR * | SegmentPos1, |
| const VECTOR * | SegmentPos2, | ||
| const VECTOR * | PointPos, | ||
| SEGMENT_POINT_RESULT * | Result | ||
| ) |
| int DxLib::Segment_Point_AnalyseD | ( | const VECTOR_D * | SegmentPos1, |
| const VECTOR_D * | SegmentPos2, | ||
| const VECTOR_D * | PointPos, | ||
| SEGMENT_POINT_RESULT_D * | Result | ||
| ) |
| float DxLib::Segment_Point_MinLength_Square | ( | VECTOR | SegmentPos1, |
| VECTOR | SegmentPos2, | ||
| VECTOR | PointPos | ||
| ) |
| double DxLib::Segment_Point_MinLength_SquareD | ( | VECTOR_D | SegmentPos1, |
| VECTOR_D | SegmentPos2, | ||
| VECTOR_D | PointPos | ||
| ) |
| double DxLib::Segment_Point_MinLengthD | ( | VECTOR_D | SegmentPos1, |
| VECTOR_D | SegmentPos2, | ||
| VECTOR_D | PointPos | ||
| ) |
| int DxLib::Segment_Segment_Analyse | ( | const VECTOR * | SegmentAPos1, |
| const VECTOR * | SegmentAPos2, | ||
| const VECTOR * | SegmentBPos1, | ||
| const VECTOR * | SegmentBPos2, | ||
| SEGMENT_SEGMENT_RESULT * | Result | ||
| ) |
| int DxLib::Segment_Segment_AnalyseD | ( | const VECTOR_D * | SegmentAPos1, |
| const VECTOR_D * | SegmentAPos2, | ||
| const VECTOR_D * | SegmentBPos1, | ||
| const VECTOR_D * | SegmentBPos2, | ||
| SEGMENT_SEGMENT_RESULT_D * | Result | ||
| ) |
| float DxLib::Segment_Segment_MinLength | ( | VECTOR | SegmentAPos1, |
| VECTOR | SegmentAPos2, | ||
| VECTOR | SegmentBPos1, | ||
| VECTOR | SegmentBPos2 | ||
| ) |
| float DxLib::Segment_Segment_MinLength_Square | ( | VECTOR | SegmentAPos1, |
| VECTOR | SegmentAPos2, | ||
| VECTOR | SegmentBPos1, | ||
| VECTOR | SegmentBPos2 | ||
| ) |
| double DxLib::Segment_Segment_MinLength_SquareD | ( | VECTOR_D | SegmentAPos1, |
| VECTOR_D | SegmentAPos2, | ||
| VECTOR_D | SegmentBPos1, | ||
| VECTOR_D | SegmentBPos2 | ||
| ) |
| double DxLib::Segment_Segment_MinLengthD | ( | VECTOR_D | SegmentAPos1, |
| VECTOR_D | SegmentAPos2, | ||
| VECTOR_D | SegmentBPos1, | ||
| VECTOR_D | SegmentBPos2 | ||
| ) |
| int DxLib::Segment_Triangle_Analyse | ( | const VECTOR * | SegmentPos1, |
| const VECTOR * | SegmentPos2, | ||
| const VECTOR * | TrianglePos1, | ||
| const VECTOR * | TrianglePos2, | ||
| const VECTOR * | TrianglePos3, | ||
| SEGMENT_TRIANGLE_RESULT * | Result | ||
| ) |
| int DxLib::Segment_Triangle_AnalyseD | ( | const VECTOR_D * | SegmentPos1, |
| const VECTOR_D * | SegmentPos2, | ||
| const VECTOR_D * | TrianglePos1, | ||
| const VECTOR_D * | TrianglePos2, | ||
| const VECTOR_D * | TrianglePos3, | ||
| SEGMENT_TRIANGLE_RESULT_D * | Result | ||
| ) |
| float DxLib::Segment_Triangle_MinLength | ( | VECTOR | SegmentPos1, |
| VECTOR | SegmentPos2, | ||
| VECTOR | TrianglePos1, | ||
| VECTOR | TrianglePos2, | ||
| VECTOR | TrianglePos3 | ||
| ) |
| float DxLib::Segment_Triangle_MinLength_Square | ( | VECTOR | SegmentPos1, |
| VECTOR | SegmentPos2, | ||
| VECTOR | TrianglePos1, | ||
| VECTOR | TrianglePos2, | ||
| VECTOR | TrianglePos3 | ||
| ) |
| double DxLib::Segment_Triangle_MinLength_SquareD | ( | VECTOR_D | SegmentPos1, |
| VECTOR_D | SegmentPos2, | ||
| VECTOR_D | TrianglePos1, | ||
| VECTOR_D | TrianglePos2, | ||
| VECTOR_D | TrianglePos3 | ||
| ) |
| double DxLib::Segment_Triangle_MinLengthD | ( | VECTOR_D | SegmentPos1, |
| VECTOR_D | SegmentPos2, | ||
| VECTOR_D | TrianglePos1, | ||
| VECTOR_D | TrianglePos2, | ||
| VECTOR_D | TrianglePos3 | ||
| ) |
| int DxLib::SelectMidiMode | ( | int | Mode | ) |
| int DxLib::Set3DPositionSoundMem | ( | VECTOR | Position, |
| int | SoundHandle | ||
| ) |
| int DxLib::Set3DPresetReverbParamSoundMem | ( | int | PresetNo, |
| int | SoundHandle | ||
| ) |
| int DxLib::Set3DPresetReverbParamSoundMemAll | ( | int | PresetNo, |
| int | PlaySoundOnly = FALSE |
||
| ) |
| int DxLib::Set3DRadiusSoundMem | ( | float | Radius, |
| int | SoundHandle | ||
| ) |
| int DxLib::Set3DReverbParamSoundMem | ( | const SOUND3D_REVERB_PARAM * | Param, |
| int | SoundHandle | ||
| ) |
| int DxLib::Set3DReverbParamSoundMemAll | ( | const SOUND3D_REVERB_PARAM * | Param, |
| int | PlaySoundOnly = FALSE |
||
| ) |
| int DxLib::Set3DSoundListenerConeAngle | ( | float | InnerAngle, |
| float | OuterAngle | ||
| ) |
| int DxLib::Set3DSoundListenerConeVolume | ( | float | InnerAngleVolume, |
| float | OuterAngleVolume | ||
| ) |
| int DxLib::Set3DSoundListenerPosAndFrontPosAndUpVec | ( | VECTOR | Position, |
| VECTOR | FrontPosition, | ||
| VECTOR | UpVector | ||
| ) |
| int DxLib::Set3DSoundListenerVelocity | ( | VECTOR | Velocity | ) |
| int DxLib::Set3DSoundOneMetre | ( | float | Distance | ) |
| int DxLib::Set3DVelocitySoundMem | ( | VECTOR | Velocity, |
| int | SoundHandle | ||
| ) |
| int DxLib::SetActiveKeyInput | ( | int | InputHandle | ) |
| int DxLib::SetActiveStateChangeCallBackFunction | ( | int(*)(int ActiveState, void *UserData) | CallBackFunction, |
| void * | UserData | ||
| ) |
| int DxLib::SetAeroDisableFlag | ( | int | Flag | ) |
| int DxLib::SetAlwaysRunFlag | ( | int | Flag | ) |
| int DxLib::SetApplicationLogFileName | ( | const TCHAR * | FileName | ) |
| int DxLib::SetApplicationLogFileNameWithStrLen | ( | const TCHAR * | FileName, |
| size_t | FileNameLength | ||
| ) |
| int DxLib::SetApplicationLogSaveDirectory | ( | const TCHAR * | DirectoryPath | ) |
| int DxLib::SetApplicationLogSaveDirectoryWithStrLen | ( | const TCHAR * | DirectoryPath, |
| size_t | DirectoryPathLength | ||
| ) |
| int DxLib::SetASyncLoadFinishDeleteFlag | ( | int | Handle | ) |
| int DxLib::SetASyncLoadThreadNum | ( | int | ThreadNum | ) |
| int DxLib::SetAutoMenuDisplayFlag | ( | int | Flag | ) |
| int DxLib::SetBackgroundColor | ( | int | Red, |
| int | Green, | ||
| int | Blue, | ||
| int | Alpha = 0 |
||
| ) |
| int DxLib::SetBasicBlendFlag | ( | int | Flag | ) |
| int DxLib::SetBeepFrequency | ( | int | Freq | ) |
| int DxLib::SetBlendGraph | ( | int | BlendGraph, |
| int | BorderParam, | ||
| int | BorderRange | ||
| ) |
| int DxLib::SetBlendGraphParam | ( | int | BlendGraph, |
| int | BlendType, | ||
| ... | |||
| ) |
| int DxLib::SetBlendGraphPosition | ( | int | x, |
| int | y | ||
| ) |
| int DxLib::SetBlendGraphPositionMode | ( | int | BlendGraphPositionMode | ) |
| int DxLib::SetCameraDotAspect | ( | float | DotAspect | ) |
| int DxLib::SetCameraDotAspectD | ( | double | DotAspect | ) |
| int DxLib::SetCameraNearFar | ( | float | Near, |
| float | Far | ||
| ) |
| int DxLib::SetCameraNearFarD | ( | double | Near, |
| double | Far | ||
| ) |
| int DxLib::SetCameraPositionAndAngle | ( | VECTOR | Position, |
| float | VRotate, | ||
| float | HRotate, | ||
| float | TRotate | ||
| ) |
| int DxLib::SetCameraPositionAndAngleD | ( | VECTOR_D | Position, |
| double | VRotate, | ||
| double | HRotate, | ||
| double | TRotate | ||
| ) |
| int DxLib::SetCameraPositionAndTargetAndUpVec | ( | VECTOR | Position, |
| VECTOR | TargetPosition, | ||
| VECTOR | UpVector | ||
| ) |
| int DxLib::SetCameraPositionAndTargetAndUpVecD | ( | VECTOR_D | Position, |
| VECTOR_D | TargetPosition, | ||
| VECTOR_D | UpVector | ||
| ) |
| int DxLib::SetCameraScreenCenter | ( | float | x, |
| float | y | ||
| ) |
| int DxLib::SetCameraScreenCenterD | ( | double | x, |
| double | y | ||
| ) |
| int DxLib::SetCameraViewMatrix | ( | MATRIX | ViewMatrix | ) |
| int DxLib::SetCameraViewMatrixD | ( | MATRIX_D | ViewMatrix | ) |
| int DxLib::SetChangeScreenModeGraphicsSystemResetFlag | ( | int | Flag | ) |
| int DxLib::SetChannelVolumeSoundMem | ( | int | Channel, |
| int | VolumePal, | ||
| int | SoundHandle | ||
| ) |
| int DxLib::SetClipboardText | ( | const TCHAR * | Text | ) |
| int DxLib::SetClipboardTextWithStrLen | ( | const TCHAR * | Text, |
| size_t | TextLength | ||
| ) |
| void DxLib::SetColorDataNoneMask | ( | COLORDATA * | ColorData | ) |
| int DxLib::SetConnectTimeOutWait | ( | int | Time | ) |
| int DxLib::SetCreate3DSoundFlag | ( | int | Flag | ) |
| int DxLib::SetCreateDrawValidGraphChannelNum | ( | int | ChannelNum | ) |
| int DxLib::SetCreateDrawValidGraphMipLevels | ( | int | MipLevels | ) |
| int DxLib::SetCreateDrawValidGraphMultiSample | ( | int | Samples, |
| int | Quality | ||
| ) |
| int DxLib::SetCreateDrawValidGraphZBufferBitDepth | ( | int | BitDepth | ) |
| int DxLib::SetCreateGraphChannelBitDepth | ( | int | BitDepth | ) |
| int DxLib::SetCreateGraphColorBitDepth | ( | int | BitDepth | ) |
| int DxLib::SetCreateSoundDataType | ( | int | SoundDataType | ) |
| int DxLib::SetCreateSoundIgnoreLoopAreaInfo | ( | int | IgnoreFlag | ) |
| int DxLib::SetCreateSoundLoopAreaSamplePos | ( | LONGLONG | LoopStartSamplePosition, |
| LONGLONG | LoopEndSamplePosition | ||
| ) |
| int DxLib::SetCreateSoundLoopAreaTimePos | ( | LONGLONG | LoopStartTime, |
| LONGLONG | LoopEndTime | ||
| ) |
| int DxLib::SetCreateSoundPitchRate | ( | float | Cents | ) |
| int DxLib::SetCreateSoundTimeStretchRate | ( | float | Rate | ) |
| int DxLib::SetCubeMapTextureCreateFlag | ( | int | Flag | ) |
| int DxLib::SetCurrentPositionSoundMem | ( | LONGLONG | SamplePosition, |
| int | SoundHandle | ||
| ) |
| int DxLib::SetDataToMask | ( | int | Width, |
| int | Height, | ||
| const void * | MaskData, | ||
| int | MaskHandle | ||
| ) |
| int DxLib::SetDDrawUseGuid | ( | const GUID * | Guid | ) |
| int DxLib::SetDefaultFontState | ( | const TCHAR * | FontName, |
| int | Size, | ||
| int | Thick, | ||
| int | FontType = -1, |
||
| int | CharSet = -1, |
||
| int | EdgeSize = -1, |
||
| int | Italic = FALSE |
||
| ) |
| int DxLib::SetDefaultFontStateWithStrLen | ( | const TCHAR * | FontName, |
| size_t | FontNameLength, | ||
| int | Size, | ||
| int | Thick, | ||
| int | FontType = -1, |
||
| int | CharSet = -1, |
||
| int | EdgeSize = -1, |
||
| int | Italic = FALSE |
||
| ) |
| int DxLib::SetDefTransformMatrix | ( | void | ) |
| int DxLib::SetDeleteHandleFlag | ( | int | Handle, |
| int * | DeleteFlag | ||
| ) |
| int DxLib::SetDeviceLostDeleteGraphFlag | ( | int | GrHandle, |
| int | DeleteFlag | ||
| ) |
| int DxLib::SetDialogBoxHandle | ( | HWND | WindowHandle | ) |
| int DxLib::SetDirectInputMouseMode | ( | int | Mode | ) |
| int DxLib::SetDisableReadSoundFunctionMask | ( | int | Mask | ) |
| int DxLib::SetDisplayMenuFlag | ( | int | Flag | ) |
| int DxLib::SetDoubleStartValidFlag | ( | int | Flag | ) |
| int DxLib::SetDragFileValidFlag | ( | int | Flag | ) |
| int DxLib::SetDraw3DScale | ( | float | Scale | ) |
| int DxLib::SetDrawAlphaTest | ( | int | TestMode, |
| int | TestParam | ||
| ) |
| int DxLib::SetDrawArea | ( | int | x1, |
| int | y1, | ||
| int | x2, | ||
| int | y2 | ||
| ) |
| int DxLib::SetDrawAreaFull | ( | void | ) |
| int DxLib::SetDrawBlendMode | ( | int | BlendMode, |
| int | BlendParam | ||
| ) |
| int DxLib::SetDrawBright | ( | int | RedBright, |
| int | GreenBright, | ||
| int | BlueBright | ||
| ) |
| int DxLib::SetDrawMode | ( | int | DrawMode | ) |
| int DxLib::SetDrawScreen | ( | int | DrawScreen | ) |
| int DxLib::SetDrawScreen_ID3D11RenderTargetView | ( | const void * | pID3D11RenderTargetView, |
| const void * | pID3D11DepthStencilView = NULL |
||
| ) |
| int DxLib::SetDrawValidAlphaChannelGraphCreateFlag | ( | int | Flag | ) |
| int DxLib::SetDrawValidFlagOf3DGraph | ( | int | Flag | ) |
| int DxLib::SetDrawValidFloatTypeGraphCreateFlag | ( | int | Flag | ) |
| int DxLib::SetDrawValidGraphCreateFlag | ( | int | Flag | ) |
| int DxLib::SetDrawValidGraphCreateZBufferFlag | ( | int | Flag | ) |
| int DxLib::SetDrawValidMultiSample | ( | int | Samples, |
| int | Quality | ||
| ) |
| int DxLib::SetDrawZ | ( | float | Z | ) |
| int DxLib::SetDrawZBuffer | ( | int | DrawScreen | ) |
| int DxLib::SetDXArchiveExtension | ( | const TCHAR * | Extension = NULL | ) |
| int DxLib::SetDXArchiveExtensionWithStrLen | ( | const TCHAR * | Extension = NULL, |
| size_t | ExtensionLength = 0 |
||
| ) |
| int DxLib::SetDXArchiveKeyString | ( | const TCHAR * | KeyString = NULL | ) |
| int DxLib::SetDXArchiveKeyStringWithStrLen | ( | const TCHAR * | KeyString = NULL, |
| size_t | KeyStringLength = 0 |
||
| ) |
| int DxLib::SetDXArchivePriority | ( | int | Priority = 0 | ) |
| int DxLib::SetDxLibEndPostQuitMessageFlag | ( | int | Flag | ) |
| int DxLib::SetEmulation320x240 | ( | int | Flag | ) |
| int DxLib::SetEnableASIOFlag | ( | int | Flag, |
| int | BufferSize = -1, |
||
| int | SamplePerSec = 44100 |
||
| ) |
| int DxLib::SetEnableSoundCaptureFlag | ( | int | Flag | ) |
| int DxLib::SetEnableWASAPIFlag | ( | int | Flag, |
| int | IsExclusive = TRUE, |
||
| int | DevicePeriod = -1, |
||
| int | SamplePerSec = 44100 |
||
| ) |
| int DxLib::SetEnableXAudioFlag | ( | int | Flag | ) |
| int DxLib::SetFogColor | ( | int | r, |
| int | g, | ||
| int | b | ||
| ) |
| int DxLib::SetFogDensity | ( | float | density | ) |
| int DxLib::SetFogEnable | ( | int | Flag | ) |
| int DxLib::SetFogMode | ( | int | Mode | ) |
| int DxLib::SetFogStartEnd | ( | float | start, |
| float | end | ||
| ) |
| int DxLib::SetFontCacheCharNum | ( | int | CharNum | ) |
| int DxLib::SetFontCacheTextureColorBitDepth | ( | int | ColorBitDepth | ) |
| int DxLib::SetFontCacheToTextureFlag | ( | int | Flag | ) |
| int DxLib::SetFontCacheUsePremulAlphaFlag | ( | int | Flag | ) |
| int DxLib::SetFontChacheToTextureFlag | ( | int | Flag | ) |
| int DxLib::SetFontCharCodeFormat | ( | int | CharCodeFormat | ) |
| int DxLib::SetFontCharCodeFormatToHandle | ( | int | CharCodeFormat, |
| int | FontHandle | ||
| ) |
| int DxLib::SetFontLineSpace | ( | int | Pixel | ) |
| int DxLib::SetFontLineSpaceToHandle | ( | int | Pixel, |
| int | FontHandle | ||
| ) |
| int DxLib::SetFontLostFlag | ( | int | FontHandle, |
| int * | LostFlag | ||
| ) |
| int DxLib::SetFontSize | ( | int | FontSize | ) |
| int DxLib::SetFontSpace | ( | int | Pixel | ) |
| int DxLib::SetFontSpaceToHandle | ( | int | Pixel, |
| int | FontHandle | ||
| ) |
| int DxLib::SetFontThickness | ( | int | ThickPal | ) |
| int DxLib::SetFontUseAdjustSizeFlag | ( | int | Flag | ) |
| int DxLib::SetFrequencySoundMem | ( | int | FrequencyPal, |
| int | SoundHandle | ||
| ) |
| int DxLib::SetFullSceneAntiAliasingMode | ( | int | Samples, |
| int | Quality | ||
| ) |
| int DxLib::SetFullScreenResolutionMode | ( | int | ResolutionMode | ) |
| int DxLib::SetFullScreenScalingMode | ( | int | ScalingMode, |
| int | FitScaling = FALSE |
||
| ) |
| int DxLib::SetGlobalAmbientLight | ( | COLOR_F | Color | ) |
| int DxLib::SetGraphColorBitDepth | ( | int | ColorBitDepth | ) |
| int DxLib::SetGraphDataShavedMode | ( | int | ShavedMode | ) |
| int DxLib::SetGraphDisplayArea | ( | int | x1, |
| int | y1, | ||
| int | x2, | ||
| int | y2 | ||
| ) |
| int DxLib::SetGraphFilterBltBlendMode | ( | int | BlendMode | ) |
| int DxLib::SetGraphicsDeviceLostCallbackFunction | ( | void(*)(void *Data) | Callback, |
| void * | CallbackData | ||
| ) |
| int DxLib::SetGraphicsDeviceRestoreCallbackFunction | ( | void(*)(void *Data) | Callback, |
| void * | CallbackData | ||
| ) |
| int DxLib::SetGraphLostFlag | ( | int | GrHandle, |
| int * | LostFlag | ||
| ) |
| int DxLib::SetGraphMode | ( | int | ScreenSizeX, |
| int | ScreenSizeY, | ||
| int | ColorBitDepth, | ||
| int | RefreshRate = 60 |
||
| ) |
| int DxLib::SetGraphPalette | ( | int | GrHandle, |
| int | ColorIndex, | ||
| unsigned int | Color | ||
| ) |
| int DxLib::SetHookWinProc | ( | WNDPROC | WinProc | ) |
| int DxLib::SetIgnoreDrawGraphColor | ( | int | EnableFlag | ) |
| int DxLib::SetIMEInputStringMaxLength | ( | int | Length | ) |
| int DxLib::SetIndexBufferData | ( | int | SetIndex, |
| const void * | IndexArray, | ||
| int | IndexNum, | ||
| int | IndexBufHandle | ||
| ) |
| int DxLib::SetInputStringMaxLengthIMESync | ( | int | Flag | ) |
| int DxLib::SetJoypadDeadZone | ( | int | InputType, |
| double | Zone | ||
| ) |
| int DxLib::SetJoypadInputToKeyInput | ( | int | InputType, |
| int | PadInput, | ||
| int | KeyInput1, | ||
| int | KeyInput2 = -1, |
||
| int | KeyInput3 = -1, |
||
| int | KeyInput4 = -1 |
||
| ) |
| int DxLib::SetKeyboardNotDirectInputFlag | ( | int | Flag | ) |
| int DxLib::SetKeyExclusiveCooperativeLevelFlag | ( | int | Flag | ) |
| int DxLib::SetKeyInputCursorBrinkFlag | ( | int | Flag | ) |
| int DxLib::SetKeyInputCursorBrinkTime | ( | int | Time | ) |
| int DxLib::SetKeyInputCursorPosition | ( | int | Position, |
| int | InputHandle | ||
| ) |
| int DxLib::SetKeyInputDrawArea | ( | int | x1, |
| int | y1, | ||
| int | x2, | ||
| int | y2, | ||
| int | InputHandle | ||
| ) |
| int DxLib::SetKeyInputDrawStartPos | ( | int | DrawStartPos, |
| int | InputHandle | ||
| ) |
| int DxLib::SetKeyInputNumber | ( | int | Number, |
| int | InputHandle | ||
| ) |
| int DxLib::SetKeyInputNumberToFloat | ( | float | Number, |
| int | InputHandle | ||
| ) |
| int DxLib::SetKeyInputSelectArea | ( | int | SelectStart, |
| int | SelectEnd, | ||
| int | InputHandle | ||
| ) |
| int DxLib::SetKeyInputString | ( | const TCHAR * | String, |
| int | InputHandle | ||
| ) |
| int DxLib::SetKeyInputStringColor | ( | ULONGLONG | NmlStr, |
| ULONGLONG | NmlCur, | ||
| ULONGLONG | IMEStrBack, | ||
| ULONGLONG | IMECur, | ||
| ULONGLONG | IMELine, | ||
| ULONGLONG | IMESelectStr, | ||
| ULONGLONG | IMEModeStr, | ||
| ULONGLONG | NmlStrE = 0, |
||
| ULONGLONG | IMESelectStrE = 0, |
||
| ULONGLONG | IMEModeStrE = 0, |
||
| ULONGLONG | IMESelectWinE = ULL_PARAM(0xffffffffffffffff), |
||
| ULONGLONG | IMESelectWinF = ULL_PARAM(0xffffffffffffffff), |
||
| ULONGLONG | SelectStrBackColor = ULL_PARAM(0xffffffffffffffff), |
||
| ULONGLONG | SelectStrColor = ULL_PARAM(0xffffffffffffffff), |
||
| ULONGLONG | SelectStrEdgeColor = ULL_PARAM(0xffffffffffffffff), |
||
| ULONGLONG | IMEStr = ULL_PARAM(0xffffffffffffffff), |
||
| ULONGLONG | IMEStrE = ULL_PARAM(0xffffffffffffffff) |
||
| ) |
| int DxLib::SetKeyInputStringColor2 | ( | int | TargetColor, |
| unsigned int | Color | ||
| ) |
| int DxLib::SetKeyInputStringEndCharaMode | ( | int | EndCharaMode | ) |
| int DxLib::SetKeyInputStringFont | ( | int | FontHandle | ) |
| int DxLib::SetKeyInputStringWithStrLen | ( | const TCHAR * | String, |
| size_t | StringLength, | ||
| int | InputHandle | ||
| ) |
| int DxLib::SetLeftUpColorIsTransColorFlag | ( | int | Flag | ) |
| int DxLib::SetLightAmbColor | ( | COLOR_F | Color | ) |
| int DxLib::SetLightAmbColorHandle | ( | int | LHandle, |
| COLOR_F | Color | ||
| ) |
| int DxLib::SetLightAngle | ( | float | OutAngle, |
| float | InAngle | ||
| ) |
| int DxLib::SetLightAngleHandle | ( | int | LHandle, |
| float | OutAngle, | ||
| float | InAngle | ||
| ) |
| int DxLib::SetLightDifColor | ( | COLOR_F | Color | ) |
| int DxLib::SetLightDifColorHandle | ( | int | LHandle, |
| COLOR_F | Color | ||
| ) |
| int DxLib::SetLightDirection | ( | VECTOR | Direction | ) |
| int DxLib::SetLightDirectionHandle | ( | int | LHandle, |
| VECTOR | Direction | ||
| ) |
| int DxLib::SetLightEnable | ( | int | EnableFlag | ) |
| int DxLib::SetLightEnableHandle | ( | int | LHandle, |
| int | EnableFlag | ||
| ) |
| int DxLib::SetLightPosition | ( | VECTOR | Position | ) |
| int DxLib::SetLightPositionHandle | ( | int | LHandle, |
| VECTOR | Position | ||
| ) |
| int DxLib::SetLightRangeAtten | ( | float | Range, |
| float | Atten0, | ||
| float | Atten1, | ||
| float | Atten2 | ||
| ) |
| int DxLib::SetLightRangeAttenHandle | ( | int | LHandle, |
| float | Range, | ||
| float | Atten0, | ||
| float | Atten1, | ||
| float | Atten2 | ||
| ) |
| int DxLib::SetLightSpcColor | ( | COLOR_F | Color | ) |
| int DxLib::SetLightSpcColorHandle | ( | int | LHandle, |
| COLOR_F | Color | ||
| ) |
| int DxLib::SetLightTypeHandle | ( | int | LHandle, |
| int | LightType | ||
| ) |
| int DxLib::SetLightUseShadowMap | ( | int | SmSlotIndex, |
| int | UseFlag | ||
| ) |
| int DxLib::SetLightUseShadowMapHandle | ( | int | LHandle, |
| int | SmSlotIndex, | ||
| int | UseFlag | ||
| ) |
| int DxLib::SetLogDrawArea | ( | int | x1, |
| int | y1, | ||
| int | x2, | ||
| int | y2 | ||
| ) |
| int DxLib::SetLogDrawOutFlag | ( | int | DrawFlag | ) |
| int DxLib::SetLogFontHandle | ( | int | FontHandle | ) |
| int DxLib::SetLogFontSize | ( | int | Size | ) |
| int DxLib::SetLoopAreaSamplePosSoundMem | ( | LONGLONG | LoopStartSamplePosition, |
| LONGLONG | LoopEndSamplePosition, | ||
| int | SoundHandle | ||
| ) |
| int DxLib::SetLoopAreaTimePosSoundMem | ( | LONGLONG | LoopStartTime, |
| LONGLONG | LoopEndTime, | ||
| int | SoundHandle | ||
| ) |
| int DxLib::SetLoopPosSoundMem | ( | LONGLONG | LoopTime, |
| int | SoundHandle | ||
| ) |
| int DxLib::SetLoopSamplePosSoundMem | ( | LONGLONG | LoopSamplePosition, |
| int | SoundHandle | ||
| ) |
| int DxLib::SetLoopStartSamplePosSoundMem | ( | LONGLONG | LoopStartSamplePosition, |
| int | SoundHandle | ||
| ) |
| int DxLib::SetLoopStartTimePosSoundMem | ( | LONGLONG | LoopStartTime, |
| int | SoundHandle | ||
| ) |
| int DxLib::SetLoopTimePosSoundMem | ( | LONGLONG | LoopTime, |
| int | SoundHandle | ||
| ) |
| int DxLib::SetMainWindowClassName | ( | const TCHAR * | ClassName | ) |
| int DxLib::SetMainWindowClassNameWithStrLen | ( | const TCHAR * | ClassName, |
| size_t | ClassNameLength | ||
| ) |
| int DxLib::SetMainWindowText | ( | const TCHAR * | WindowText | ) |
| int DxLib::SetMainWindowTextWithStrLen | ( | const TCHAR * | WindowText, |
| size_t | WindowTextLength | ||
| ) |
| int DxLib::SetMaskReverseEffectFlag | ( | int | ReverseFlag | ) |
| int DxLib::SetMaskScreenGraph | ( | int | GraphHandle | ) |
| int DxLib::SetMaskScreenGraphUseChannel | ( | int | UseChannel | ) |
| int DxLib::SetMaterialParam | ( | MATERIALPARAM | Material | ) |
| int DxLib::SetMaterialUseVertDifColor | ( | int | UseFlag | ) |
| int DxLib::SetMaterialUseVertSpcColor | ( | int | UseFlag | ) |
| int DxLib::SetMaxAnisotropy | ( | int | MaxAnisotropy | ) |
| int DxLib::SetMenuItemEnable | ( | const TCHAR * | ItemName, |
| int | ItemID, | ||
| int | EnableFlag | ||
| ) |
| int DxLib::SetMenuItemEnable_ID | ( | int | ItemID, |
| int | EnableFlag | ||
| ) |
| int DxLib::SetMenuItemEnable_Name | ( | const TCHAR * | ItemName, |
| int | EnableFlag | ||
| ) |
| int DxLib::SetMenuItemEnable_NameWithStrLen | ( | const TCHAR * | ItemName, |
| size_t | ItemNameLength, | ||
| int | EnableFlag | ||
| ) |
| int DxLib::SetMenuItemEnableWithStrLen | ( | const TCHAR * | ItemName, |
| size_t | ItemNameLength, | ||
| int | ItemID, | ||
| int | EnableFlag | ||
| ) |
| int DxLib::SetMenuItemMark | ( | const TCHAR * | ItemName, |
| int | ItemID, | ||
| int | Mark | ||
| ) |
| int DxLib::SetMenuItemMark_ID | ( | int | ItemID, |
| int | Mark | ||
| ) |
| int DxLib::SetMenuItemMark_Name | ( | const TCHAR * | ItemName, |
| int | Mark | ||
| ) |
| int DxLib::SetMenuItemMark_NameWithStrLen | ( | const TCHAR * | ItemName, |
| size_t | ItemNameLength, | ||
| int | Mark | ||
| ) |
| int DxLib::SetMenuItemMarkWithStrLen | ( | const TCHAR * | ItemName, |
| size_t | ItemNameLength, | ||
| int | ItemID, | ||
| int | Mark | ||
| ) |
| int DxLib::SetMenuItemSelectCallBackFunction | ( | void(*)(const TCHAR *ItemName, int ItemID) | CallBackFunction | ) |
| int DxLib::SetMouseDispFlag | ( | int | DispFlag | ) |
| int DxLib::SetMousePoint | ( | int | PointX, |
| int | PointY | ||
| ) |
| int DxLib::SetMovieColorA8R8G8B8Flag | ( | int | Flag | ) |
| int DxLib::SetMovieRightImageAlphaFlag | ( | int | Flag | ) |
| int DxLib::SetMovieUseYUVFormatSurfaceFlag | ( | int | Flag | ) |
| int DxLib::SetMovieVolumeToGraph | ( | int | Volume, |
| int | GraphHandle | ||
| ) |
| int DxLib::SetMultiThreadFlag | ( | int | Flag | ) |
| int DxLib::SetNetWorkCloseAfterLostFlag | ( | int | Flag | ) |
| int DxLib::SetNextPlay3DPositionSoundMem | ( | VECTOR | Position, |
| int | SoundHandle | ||
| ) |
| int DxLib::SetNextPlay3DRadiusSoundMem | ( | float | Radius, |
| int | SoundHandle | ||
| ) |
| int DxLib::SetNextPlay3DVelocitySoundMem | ( | VECTOR | Velocity, |
| int | SoundHandle | ||
| ) |
| int DxLib::SetNextPlayChannelVolumeSoundMem | ( | int | Channel, |
| int | VolumePal, | ||
| int | SoundHandle | ||
| ) |
| int DxLib::SetNextPlayFrequencySoundMem | ( | int | FrequencyPal, |
| int | SoundHandle | ||
| ) |
| int DxLib::SetNextPlayPanSoundMem | ( | int | PanPal, |
| int | SoundHandle | ||
| ) |
| int DxLib::SetNextPlayVolumeSoundMem | ( | int | VolumePal, |
| int | SoundHandle | ||
| ) |
| int DxLib::SetNotDrawFlag | ( | int | Flag | ) |
| int DxLib::SetNotInputFlag | ( | int | Flag | ) |
| int DxLib::SetNotSoundFlag | ( | int | Flag | ) |
| int DxLib::SetNotUse3DFlag | ( | int | Flag | ) |
| int DxLib::SetNotWinFlag | ( | int | Flag | ) |
| int DxLib::SetOutApplicationLogValidFlag | ( | int | Flag | ) |
| int DxLib::SetPaletteBaseImage | ( | BASEIMAGE * | BaseImage, |
| int | PaletteNo, | ||
| int | r, | ||
| int | g, | ||
| int | b, | ||
| int | a | ||
| ) |
| int DxLib::SetPaletteSoftImage | ( | int | SIHandle, |
| int | PaletteNo, | ||
| int | r, | ||
| int | g, | ||
| int | b, | ||
| int | a | ||
| ) |
| int DxLib::SetPanSoundMem | ( | int | PanPal, |
| int | SoundHandle | ||
| ) |
| int DxLib::SetPixelBaseImage | ( | BASEIMAGE * | BaseImage, |
| int | x, | ||
| int | y, | ||
| int | r, | ||
| int | g, | ||
| int | b, | ||
| int | a | ||
| ) |
| int DxLib::SetPixelBaseImageF | ( | BASEIMAGE * | BaseImage, |
| int | x, | ||
| int | y, | ||
| float | r, | ||
| float | g, | ||
| float | b, | ||
| float | a | ||
| ) |
| int DxLib::SetPixelPalCodeBaseImage | ( | BASEIMAGE * | BaseImage, |
| int | x, | ||
| int | y, | ||
| int | palNo | ||
| ) |
| int DxLib::SetPlayFinishDeleteSoundMem | ( | int | DeleteFlag, |
| int | SoundHandle | ||
| ) |
| int DxLib::SetPlaySpeedRateMovieToGraph | ( | int | GraphHandle, |
| double | SpeedRate | ||
| ) |
| int DxLib::SetPSConstB | ( | int | ConstantIndex, |
| BOOL | Param | ||
| ) |
| int DxLib::SetPSConstBArray | ( | int | ConstantIndex, |
| const BOOL * | ParamArray, | ||
| int | ParamNum | ||
| ) |
| int DxLib::SetPSConstF | ( | int | ConstantIndex, |
| FLOAT4 | Param | ||
| ) |
| int DxLib::SetPSConstFArray | ( | int | ConstantIndex, |
| const FLOAT4 * | ParamArray, | ||
| int | ParamNum | ||
| ) |
| int DxLib::SetPSConstFMtx | ( | int | ConstantIndex, |
| MATRIX | Param | ||
| ) |
| int DxLib::SetPSConstFMtxArray | ( | int | ConstantIndex, |
| const MATRIX * | ParamArray, | ||
| int | ParamNum | ||
| ) |
| int DxLib::SetPSConstFMtxT | ( | int | ConstantIndex, |
| MATRIX | Param | ||
| ) |
| int DxLib::SetPSConstFMtxTArray | ( | int | ConstantIndex, |
| const MATRIX * | ParamArray, | ||
| int | ParamNum | ||
| ) |
| int DxLib::SetPSConstI | ( | int | ConstantIndex, |
| INT4 | Param | ||
| ) |
| int DxLib::SetPSConstIArray | ( | int | ConstantIndex, |
| const INT4 * | ParamArray, | ||
| int | ParamNum | ||
| ) |
| int DxLib::SetPSConstSF | ( | int | ConstantIndex, |
| float | Param | ||
| ) |
| int DxLib::SetPSConstSFArray | ( | int | ConstantIndex, |
| const float * | ParamArray, | ||
| int | ParamNum | ||
| ) |
| int DxLib::SetPSConstSI | ( | int | ConstantIndex, |
| int | Param | ||
| ) |
| int DxLib::SetPSConstSIArray | ( | int | ConstantIndex, |
| const int * | ParamArray, | ||
| int | ParamNum | ||
| ) |
| int DxLib::SetRenderTargetToShader | ( | int | TargetIndex, |
| int | DrawScreen, | ||
| int | SurfaceIndex = 0, |
||
| int | MipLevel = 0 |
||
| ) |
| int DxLib::SetResourceModule | ( | HMODULE | ResourceModule | ) |
| int DxLib::SetRestoreGraphCallback | ( | void(*)(void) | Callback | ) |
| int DxLib::SetRestoreShredPoint | ( | void(*)(void) | ShredPoint | ) |
| int DxLib::SetScreenFlipTargetWindow | ( | HWND | TargetWindow, |
| double | ScaleX = 1.0, |
||
| double | ScaleY = 1.0 |
||
| ) |
| int DxLib::SetScreenMemToVramFlag | ( | int | Flag | ) |
| int DxLib::SetShaderConstantBuffer | ( | int | SConstBufHandle, |
| int | TargetShader, | ||
| int | Slot | ||
| ) |
| int DxLib::SetShadowMapAdjustDepth | ( | int | SmHandle, |
| float | Depth | ||
| ) |
| int DxLib::SetShadowMapLightDirection | ( | int | SmHandle, |
| VECTOR | Direction | ||
| ) |
| int DxLib::SetShutdownCallbackFunction | ( | void(*)(void *) | CallbackFunction, |
| void * | Data, | ||
| const TCHAR * | Message | ||
| ) |
| int DxLib::SetSoundCurrentPosition | ( | LONGLONG | Byte, |
| int | SoundHandle | ||
| ) |
| int DxLib::SetSoundCurrentTime | ( | LONGLONG | Time, |
| int | SoundHandle | ||
| ) |
| int DxLib::SetSoundCurrentTimeType | ( | int | Type | ) |
| int DxLib::SetStreamSoundCurrentPosition | ( | LONGLONG | Byte, |
| int | SoundHandle | ||
| ) |
| int DxLib::SetStreamSoundCurrentTime | ( | LONGLONG | Time, |
| int | SoundHandle | ||
| ) |
| int DxLib::SetSysCommandOffFlag | ( | int | Flag, |
| const TCHAR * | HookDllPath = NULL |
||
| ) |
| int DxLib::SetSysCommandOffFlagWithStrLen | ( | int | Flag, |
| const TCHAR * | HookDllPath = NULL, |
||
| size_t | HookDllPathLength = 0 |
||
| ) |
| int DxLib::SetTextureAddressMode | ( | int | Mode, |
| int | Stage = -1 |
||
| ) |
| int DxLib::SetTextureAddressModeUV | ( | int | ModeU, |
| int | ModeV, | ||
| int | Stage = -1 |
||
| ) |
| int DxLib::SetTextureAddressTransform | ( | float | TransU, |
| float | TransV, | ||
| float | ScaleU, | ||
| float | ScaleV, | ||
| float | RotCenterU, | ||
| float | RotCenterV, | ||
| float | Rotate | ||
| ) |
| int DxLib::SetTextureAddressTransformMatrix | ( | MATRIX | Matrix | ) |
| int DxLib::SetToolBarButtonState | ( | int | ID, |
| int | State | ||
| ) |
| int DxLib::SetTransColor | ( | int | Red, |
| int | Green, | ||
| int | Blue | ||
| ) |
| int DxLib::SetTransformTo2D | ( | const MATRIX * | Matrix | ) |
| int DxLib::SetTransformTo2DD | ( | const MATRIX_D * | Matrix | ) |
| int DxLib::SetTransformToProjection | ( | const MATRIX * | Matrix | ) |
| int DxLib::SetTransformToProjectionD | ( | const MATRIX_D * | Matrix | ) |
| int DxLib::SetTransformToView | ( | const MATRIX * | Matrix | ) |
| int DxLib::SetTransformToViewD | ( | const MATRIX_D * | Matrix | ) |
| int DxLib::SetTransformToViewport | ( | const MATRIX * | Matrix | ) |
| int DxLib::SetTransformToViewportD | ( | const MATRIX_D * | Matrix | ) |
| int DxLib::SetTransformToWorld | ( | const MATRIX * | Matrix | ) |
| int DxLib::SetTransformToWorldD | ( | const MATRIX_D * | Matrix | ) |
| int DxLib::SetupCamera_Ortho | ( | float | Size | ) |
| int DxLib::SetupCamera_OrthoD | ( | double | Size | ) |
| int DxLib::SetupCamera_Perspective | ( | float | Fov | ) |
| int DxLib::SetupCamera_PerspectiveD | ( | double | Fov | ) |
| int DxLib::SetupCamera_ProjectionMatrix | ( | MATRIX | ProjectionMatrix | ) |
| int DxLib::SetupCamera_ProjectionMatrixD | ( | MATRIX_D | ProjectionMatrix | ) |
| int DxLib::SetupStreamSoundMem | ( | int | SoundHandle | ) |
| int DxLib::SetupToolBar | ( | const TCHAR * | BitmapName, |
| int | DivNum, | ||
| int | ResourceID = -1 |
||
| ) |
| int DxLib::SetupToolBarWithStrLen | ( | const TCHAR * | BitmapName, |
| size_t | BitmapNameLength, | ||
| int | DivNum, | ||
| int | ResourceID = -1 |
||
| ) |
| int DxLib::SetUse3DFlag | ( | int | Flag | ) |
| int DxLib::SetUseAlphaChannelGraphCreateFlag | ( | int | Flag | ) |
| int DxLib::SetUseAlphaImageLoadFlag | ( | int | Flag | ) |
| int DxLib::SetUseAlphaTestFlag | ( | int | Flag | ) |
| int DxLib::SetUseAlphaTestGraphCreateFlag | ( | int | Flag | ) |
| int DxLib::SetUseASyncChangeWindowModeFunction | ( | int | Flag, |
| void(*)(void *) | CallBackFunction, | ||
| void * | Data | ||
| ) |
| int DxLib::SetUseASyncLoadFlag | ( | int | Flag | ) |
| int DxLib::SetUseBackBufferTransColorFlag | ( | int | Flag | ) |
| int DxLib::SetUseBackCulling | ( | int | Flag | ) |
| int DxLib::SetUseBasicGraphDraw3DDeviceMethodFlag | ( | int | Flag | ) |
| int DxLib::SetUseBlendGraphCreateFlag | ( | int | Flag | ) |
| int DxLib::SetUseCharCodeFormat | ( | int | CharCodeFormat | ) |
| int DxLib::SetUseCharSet | ( | int | CharSet | ) |
| int DxLib::SetUseCullingFlag | ( | int | Flag | ) |
| int DxLib::SetUseDateNameLogFile | ( | int | Flag | ) |
| int DxLib::SetUseDirect3D11 | ( | int | Flag | ) |
| int DxLib::SetUseDirect3D11AdapterIndex | ( | int | Index | ) |
| int DxLib::SetUseDirect3D11MinFeatureLevel | ( | int | Level | ) |
| int DxLib::SetUseDirect3D11WARPDriver | ( | int | Flag | ) |
| int DxLib::SetUseDirect3D9Ex | ( | int | Flag | ) |
| int DxLib::SetUseDirect3DVersion | ( | int | Version | ) |
| int DxLib::SetUseDirectDrawDeviceIndex | ( | int | Index | ) |
| int DxLib::SetUseDirectDrawFlag | ( | int | Flag | ) |
| int DxLib::SetUseDirectInputFlag | ( | int | UseFlag | ) |
| int DxLib::SetUseDisplayIndex | ( | int | Index | ) |
| int DxLib::SetUseDivGraphFlag | ( | int | Flag | ) |
| int DxLib::SetUseDXArchiveFlag | ( | int | Flag | ) |
| int DxLib::SetUseDxLibWM_PAINTProcess | ( | int | Flag | ) |
| int DxLib::SetUseDXNetWorkProtocol | ( | int | Flag | ) |
| int DxLib::SetUseDXProtocol | ( | int | Flag | ) |
| int DxLib::SetUseFastLoadFlag | ( | int | Flag | ) |
| int DxLib::SetUseFPUPreserveFlag | ( | int | Flag | ) |
| int DxLib::SetUseGDIFlag | ( | int | Flag | ) |
| int DxLib::SetUseGeometryShader | ( | int | ShaderHandle | ) |
| int DxLib::SetUseGraphAlphaChannel | ( | int | Flag | ) |
| int DxLib::SetUseGraphBaseDataBackup | ( | int | Flag | ) |
| int DxLib::SetUseGraphZBuffer | ( | int | GrHandle, |
| int | UseFlag, | ||
| int | BitDepth = -1 |
||
| ) |
| int DxLib::SetUseHardwareVertexProcessing | ( | int | Flag | ) |
| int DxLib::SetUseHookWinProcReturnValue | ( | int | UseFlag | ) |
| int DxLib::SetUseIMEFlag | ( | int | UseFlag | ) |
| int DxLib::SetUseJoypadVibrationFlag | ( | int | Flag | ) |
| int DxLib::SetUseKeyAccelFlag | ( | int | Flag | ) |
| int DxLib::SetUseLarge3DPositionSupport | ( | int | UseFlag | ) |
| int DxLib::SetUseLighting | ( | int | Flag | ) |
| int DxLib::SetUseMaskScreenFlag | ( | int | ValidFlag | ) |
| int DxLib::SetUseMaxTextureSize | ( | int | Size | ) |
| int DxLib::SetUseMediaFoundationFlag | ( | int | Flag | ) |
| int DxLib::SetUseMenuFlag | ( | int | Flag | ) |
| int DxLib::SetUseNoBlendModeParam | ( | int | Flag | ) |
| int DxLib::SetUseNormalDrawShader | ( | int | Flag | ) |
| int DxLib::SetUseNotManageTextureFlag | ( | int | Flag | ) |
| int DxLib::SetUseOldDrawModiGraphCodeFlag | ( | int | Flag | ) |
| int DxLib::SetUseOldVolumeCalcFlag | ( | int | Flag | ) |
| int DxLib::SetUsePaletteGraphFlag | ( | int | Flag | ) |
| int DxLib::SetUsePixelLighting | ( | int | Flag | ) |
| int DxLib::SetUsePixelShader | ( | int | ShaderHandle | ) |
| int DxLib::SetUsePlatformTextureFormat | ( | int | PlatformTextureFormat | ) |
| int DxLib::SetUsePremulAlphaConvertLoad | ( | int | UseFlag | ) |
| int DxLib::SetUserChildWindow | ( | HWND | WindowHandle | ) |
| int DxLib::SetUserScreenImage | ( | void * | Image, |
| int | PixelFormat | ||
| ) |
| int DxLib::SetUserWindow | ( | HWND | WindowHandle | ) |
| int DxLib::SetUserWindowMessageProcessDXLibFlag | ( | int | Flag | ) |
| int DxLib::SetUseSetDrawScreenSettingReset | ( | int | UseFlag | ) |
| int DxLib::SetUseShadowMap | ( | int | SmSlotIndex, |
| int | SmHandle | ||
| ) |
| int DxLib::SetUseSoftwareMixingSoundFlag | ( | int | Flag | ) |
| int DxLib::SetUseSoftwareRenderModeFlag | ( | int | Flag | ) |
| int DxLib::SetUseSpecular | ( | int | UseFlag | ) |
| int DxLib::SetUseSystemMemGraphCreateFlag | ( | int | Flag | ) |
| int DxLib::SetUseTextureToShader | ( | int | StageIndex, |
| int | GraphHandle | ||
| ) |
| int DxLib::SetUseTimeStampFlag | ( | int | UseFlag | ) |
| int DxLib::SetUseTransColor | ( | int | Flag | ) |
| int DxLib::SetUseTransColorGraphCreateFlag | ( | int | Flag | ) |
| int DxLib::SetUseTSFFlag | ( | int | UseFlag | ) |
| int DxLib::SetUseUpdateLayerdWindowFlag | ( | int | Flag | ) |
| int DxLib::SetUseVertexShader | ( | int | ShaderHandle | ) |
| int DxLib::SetUseVramFlag | ( | int | Flag | ) |
| int DxLib::SetUseXboxControllerDirectInputFlag | ( | int | Flag | ) |
| int DxLib::SetUseXInputFlag | ( | int | Flag | ) |
| int DxLib::SetUseZBuffer3D | ( | int | Flag | ) |
| int DxLib::SetUseZBufferFlag | ( | int | Flag | ) |
| int DxLib::SetValidMousePointerWindowOutClientAreaMoveFlag | ( | int | Flag | ) |
| int DxLib::SetVertexBufferData | ( | int | SetIndex, |
| const void * | VertexArray, | ||
| int | VertexNum, | ||
| int | VertexBufHandle | ||
| ) |
| int DxLib::SetVolumeMusic | ( | int | Volume | ) |
| int DxLib::SetVolumeMusicMem | ( | int | Volume, |
| int | MusicHandle | ||
| ) |
| int DxLib::SetVolumeSound | ( | int | VolumePal | ) |
| int DxLib::SetVolumeSoundFile | ( | int | VolumePal | ) |
| int DxLib::SetVolumeSoundMem | ( | int | VolumePal, |
| int | SoundHandle | ||
| ) |
| int DxLib::SetVSConstB | ( | int | ConstantIndex, |
| BOOL | Param | ||
| ) |
| int DxLib::SetVSConstBArray | ( | int | ConstantIndex, |
| const BOOL * | ParamArray, | ||
| int | ParamNum | ||
| ) |
| int DxLib::SetVSConstF | ( | int | ConstantIndex, |
| FLOAT4 | Param | ||
| ) |
| int DxLib::SetVSConstFArray | ( | int | ConstantIndex, |
| const FLOAT4 * | ParamArray, | ||
| int | ParamNum | ||
| ) |
| int DxLib::SetVSConstFMtx | ( | int | ConstantIndex, |
| MATRIX | Param | ||
| ) |
| int DxLib::SetVSConstFMtxArray | ( | int | ConstantIndex, |
| const MATRIX * | ParamArray, | ||
| int | ParamNum | ||
| ) |
| int DxLib::SetVSConstFMtxT | ( | int | ConstantIndex, |
| MATRIX | Param | ||
| ) |
| int DxLib::SetVSConstFMtxTArray | ( | int | ConstantIndex, |
| const MATRIX * | ParamArray, | ||
| int | ParamNum | ||
| ) |
| int DxLib::SetVSConstI | ( | int | ConstantIndex, |
| INT4 | Param | ||
| ) |
| int DxLib::SetVSConstIArray | ( | int | ConstantIndex, |
| const INT4 * | ParamArray, | ||
| int | ParamNum | ||
| ) |
| int DxLib::SetVSConstSF | ( | int | ConstantIndex, |
| float | Param | ||
| ) |
| int DxLib::SetVSConstSFArray | ( | int | ConstantIndex, |
| const float * | ParamArray, | ||
| int | ParamNum | ||
| ) |
| int DxLib::SetVSConstSI | ( | int | ConstantIndex, |
| int | Param | ||
| ) |
| int DxLib::SetVSConstSIArray | ( | int | ConstantIndex, |
| const int * | ParamArray, | ||
| int | ParamNum | ||
| ) |
| int DxLib::SetWaitVSyncFlag | ( | int | Flag | ) |
| int DxLib::SetWindowDrawRect | ( | const RECT * | DrawRect | ) |
| int DxLib::SetWindowIconHandle | ( | HICON | Icon | ) |
| int DxLib::SetWindowIconID | ( | int | ID | ) |
| int DxLib::SetWindowInitPosition | ( | int | x, |
| int | y | ||
| ) |
| int DxLib::SetWindowMaximizeButtonBehavior | ( | int | BehaviorType | ) |
| int DxLib::SetWindowMaxSize | ( | int | MaxWidth, |
| int | MaxHeight | ||
| ) |
| int DxLib::SetWindowMenu | ( | int | MenuID, |
| int(*)(WORD ID) | MenuProc | ||
| ) |
| int DxLib::SetWindowMinimizeFlag | ( | int | Flag | ) |
| int DxLib::SetWindowMinSize | ( | int | MinWidth, |
| int | MinHeight | ||
| ) |
| int DxLib::SetWindowPosition | ( | int | x, |
| int | y | ||
| ) |
| int DxLib::SetWindowRgnGraph | ( | const TCHAR * | FileName | ) |
| int DxLib::SetWindowRgnGraphWithStrLen | ( | const TCHAR * | FileName, |
| size_t | FileNameLength | ||
| ) |
| int DxLib::SetWindows10_WM_CHAR_CancelTime | ( | int | MilliSecond | ) |
| int DxLib::SetWindowSize | ( | int | Width, |
| int | Height | ||
| ) |
| int DxLib::SetWindowSizeChangeEnableFlag | ( | int | Flag, |
| int | FitScreen = TRUE |
||
| ) |
| int DxLib::SetWindowSizeExtendRate | ( | double | ExRateX, |
| double | ExRateY = -1.0 |
||
| ) |
| int DxLib::SetWindowStyleMode | ( | int | Mode | ) |
| int DxLib::SetWindowText | ( | const TCHAR * | WindowText | ) |
| int DxLib::SetWindowTextWithStrLen | ( | const TCHAR * | WindowText, |
| size_t | WindowTextLength | ||
| ) |
| int DxLib::SetWindowUserCloseEnableFlag | ( | int | Flag | ) |
| int DxLib::SetWindowVisibleFlag | ( | int | Flag | ) |
| int DxLib::SetWindowZOrder | ( | int | ZType, |
| int | WindowActivateFlag = TRUE |
||
| ) |
| int DxLib::SetWriteAlphaChannelFlag | ( | int | Flag | ) |
| int DxLib::SetWriteZBuffer3D | ( | int | Flag | ) |
| int DxLib::SetWriteZBufferFlag | ( | int | Flag | ) |
| int DxLib::SetZBias | ( | int | Bias | ) |
| int DxLib::SetZBias3D | ( | int | Bias | ) |
| int DxLib::SetZBufferBitDepth | ( | int | BitDepth | ) |
| int DxLib::SetZBufferCmpType | ( | int | CmpType | ) |
| int DxLib::SetZBufferCmpType3D | ( | int | CmpType | ) |
| int DxLib::SetZBufferSize | ( | int | ZBufferSizeX, |
| int | ZBufferSizeY | ||
| ) |
| int DxLib::ShadowMap_DrawEnd | ( | void | ) |
| int DxLib::ShadowMap_DrawSetup | ( | int | SmHandle | ) |
| int DxLib::snprintfDx | ( | TCHAR * | Buffer, |
| size_t | BufferSize, | ||
| const TCHAR * | FormatString, | ||
| ... | |||
| ) |
| int DxLib::sprintfDx | ( | TCHAR * | Buffer, |
| const TCHAR * | FormatString, | ||
| ... | |||
| ) |
| int DxLib::SRand | ( | int | Seed | ) |
| int DxLib::sscanfDx | ( | const TCHAR * | String, |
| const TCHAR * | FormatString, | ||
| ... | |||
| ) |
| int DxLib::StartJoypadVibration | ( | int | InputType, |
| int | Power, | ||
| int | Time, | ||
| int | EffectIndex = -1 |
||
| ) |
| int DxLib::StartSoftSoundPlayer | ( | int | SSoundPlayerHandle | ) |
| int DxLib::StockInputChar | ( | TCHAR | CharCode | ) |
| int DxLib::StopBeep | ( | void | ) |
| int DxLib::StopJoypadVibration | ( | int | InputType, |
| int | EffectIndex = -1 |
||
| ) |
| int DxLib::StopListenNetWork | ( | void | ) |
| int DxLib::StopMusic | ( | void | ) |
| int DxLib::StopMusicMem | ( | int | MusicHandle | ) |
| int DxLib::StopSoftSoundPlayer | ( | int | SSoundPlayerHandle | ) |
| int DxLib::StopSound | ( | void | ) |
| int DxLib::StopSoundFile | ( | void | ) |
| int DxLib::StopSoundMem | ( | int | SoundHandle | ) |
| int DxLib::StopStreamSoundMem | ( | int | SoundHandle | ) |
| void DxLib::strcat_sDx | ( | TCHAR * | Dest, |
| size_t | DestBytes, | ||
| const TCHAR * | Src | ||
| ) |
| void DxLib::strcatDx | ( | TCHAR * | Dest, |
| const TCHAR * | Src | ||
| ) |
| int DxLib::strchr2Dx | ( | const TCHAR * | Str, |
| DWORD | CharCode | ||
| ) |
| const TCHAR * DxLib::strchrDx | ( | const TCHAR * | Str, |
| DWORD | CharCode | ||
| ) |
| int DxLib::strcmpDx | ( | const TCHAR * | Str1, |
| const TCHAR * | Str2 | ||
| ) |
| void DxLib::strcpy_sDx | ( | TCHAR * | Dest, |
| size_t | DestBytes, | ||
| const TCHAR * | Src | ||
| ) |
| void DxLib::strcpyDx | ( | TCHAR * | Dest, |
| const TCHAR * | Src | ||
| ) |
| DWORD DxLib::strgetchr2Dx | ( | const TCHAR * | Str, |
| int | Pos, | ||
| int * | CharNums = NULL |
||
| ) |
| DWORD DxLib::strgetchrDx | ( | const TCHAR * | Str, |
| int | Pos, | ||
| int * | CharNums = NULL |
||
| ) |
| int DxLib::stricmpDx | ( | const TCHAR * | Str1, |
| const TCHAR * | Str2 | ||
| ) |
| size_t DxLib::strlen2Dx | ( | const TCHAR * | Str | ) |
| size_t DxLib::strlenDx | ( | const TCHAR * | Str | ) |
| int DxLib::strncmp2Dx | ( | const TCHAR * | Str1, |
| const TCHAR * | Str2, | ||
| int | Num | ||
| ) |
| int DxLib::strncmpDx | ( | const TCHAR * | Str1, |
| const TCHAR * | Str2, | ||
| int | Num | ||
| ) |
| void DxLib::strncpy2_sDx | ( | TCHAR * | Dest, |
| size_t | DestBytes, | ||
| const TCHAR * | Src, | ||
| int | Num | ||
| ) |
| void DxLib::strncpy2Dx | ( | TCHAR * | Dest, |
| const TCHAR * | Src, | ||
| int | Num | ||
| ) |
| void DxLib::strncpy_sDx | ( | TCHAR * | Dest, |
| size_t | DestBytes, | ||
| const TCHAR * | Src, | ||
| int | Num | ||
| ) |
| void DxLib::strncpyDx | ( | TCHAR * | Dest, |
| const TCHAR * | Src, | ||
| int | Num | ||
| ) |
| void DxLib::strpcpy2_sDx | ( | TCHAR * | Dest, |
| size_t | DestBytes, | ||
| const TCHAR * | Src, | ||
| int | Pos | ||
| ) |
| void DxLib::strpcpy2Dx | ( | TCHAR * | Dest, |
| const TCHAR * | Src, | ||
| int | Pos | ||
| ) |
| void DxLib::strpcpy_sDx | ( | TCHAR * | Dest, |
| size_t | DestBytes, | ||
| const TCHAR * | Src, | ||
| int | Pos | ||
| ) |
| void DxLib::strpcpyDx | ( | TCHAR * | Dest, |
| const TCHAR * | Src, | ||
| int | Pos | ||
| ) |
| int DxLib::strpncmp2Dx | ( | const TCHAR * | Str1, |
| const TCHAR * | Str2, | ||
| int | Pos, | ||
| int | Num | ||
| ) |
| int DxLib::strpncmpDx | ( | const TCHAR * | Str1, |
| const TCHAR * | Str2, | ||
| int | Pos, | ||
| int | Num | ||
| ) |
| void DxLib::strpncpy2_sDx | ( | TCHAR * | Dest, |
| size_t | DestBytes, | ||
| const TCHAR * | Src, | ||
| int | Pos, | ||
| int | Num | ||
| ) |
| void DxLib::strpncpy2Dx | ( | TCHAR * | Dest, |
| const TCHAR * | Src, | ||
| int | Pos, | ||
| int | Num | ||
| ) |
| void DxLib::strpncpy_sDx | ( | TCHAR * | Dest, |
| size_t | DestBytes, | ||
| const TCHAR * | Src, | ||
| int | Pos, | ||
| int | Num | ||
| ) |
| void DxLib::strpncpyDx | ( | TCHAR * | Dest, |
| const TCHAR * | Src, | ||
| int | Pos, | ||
| int | Num | ||
| ) |
| const TCHAR * DxLib::strpos2Dx | ( | const TCHAR * | Str, |
| int | Pos | ||
| ) |
| const TCHAR * DxLib::strposDx | ( | const TCHAR * | Str, |
| int | Pos | ||
| ) |
| int DxLib::strputchr2Dx | ( | TCHAR * | Str, |
| int | Pos, | ||
| DWORD | CharCode | ||
| ) |
| int DxLib::strputchrDx | ( | TCHAR * | Str, |
| int | Pos, | ||
| DWORD | CharCode | ||
| ) |
| int DxLib::strrchr2Dx | ( | const TCHAR * | Str, |
| DWORD | CharCode | ||
| ) |
| const TCHAR * DxLib::strrchrDx | ( | const TCHAR * | Str, |
| DWORD | CharCode | ||
| ) |
| void DxLib::strrncpy2_sDx | ( | TCHAR * | Dest, |
| size_t | DestBytes, | ||
| const TCHAR * | Src, | ||
| int | Num | ||
| ) |
| void DxLib::strrncpy2Dx | ( | TCHAR * | Dest, |
| const TCHAR * | Src, | ||
| int | Num | ||
| ) |
| void DxLib::strrncpy_sDx | ( | TCHAR * | Dest, |
| size_t | DestBytes, | ||
| const TCHAR * | Src, | ||
| int | Num | ||
| ) |
| void DxLib::strrncpyDx | ( | TCHAR * | Dest, |
| const TCHAR * | Src, | ||
| int | Num | ||
| ) |
| int DxLib::strrstr2Dx | ( | const TCHAR * | Str1, |
| const TCHAR * | Str2 | ||
| ) |
| const TCHAR * DxLib::strrstrDx | ( | const TCHAR * | Str1, |
| const TCHAR * | Str2 | ||
| ) |
| int DxLib::strstr2Dx | ( | const TCHAR * | Str1, |
| const TCHAR * | Str2 | ||
| ) |
| const TCHAR * DxLib::strstrDx | ( | const TCHAR * | Str1, |
| const TCHAR * | Str2 | ||
| ) |
| TCHAR * DxLib::struprDx | ( | TCHAR * | Str | ) |
| int DxLib::SubFontImageToHandle | ( | int | FontHandle, |
| const TCHAR * | Char | ||
| ) |
| int DxLib::SubFontImageToHandleWithStrLen | ( | int | FontHandle, |
| const TCHAR * | Char, | ||
| size_t | CharLength | ||
| ) |
| int DxLib::SubMessageTakeOverWindow | ( | HWND | Window | ) |
| int DxLib::SubSubstitutionFontToHandle | ( | int | FontHandle, |
| int | SubstitutionFontHandle | ||
| ) |
| int DxLib::SubUserGraphLoadFunction4 | ( | int(*)(STREAMDATA *Src, BASEIMAGE *BaseImage) | UserLoadFunc | ) |
| int DxLib::TellMovieToGraph | ( | int | GraphHandle | ) |
| int DxLib::TellMovieToGraphToFrame | ( | int | GraphHandle | ) |
| int DxLib::TestDrawShadowMap | ( | int | SmHandle, |
| int | x1, | ||
| int | y1, | ||
| int | x2, | ||
| int | y2 | ||
| ) |
| int DxLib::Triangle_Point_Analyse | ( | const VECTOR * | TrianglePos1, |
| const VECTOR * | TrianglePos2, | ||
| const VECTOR * | TrianglePos3, | ||
| const VECTOR * | PointPos, | ||
| TRIANGLE_POINT_RESULT * | Result | ||
| ) |
| int DxLib::Triangle_Point_AnalyseD | ( | const VECTOR_D * | TrianglePos1, |
| const VECTOR_D * | TrianglePos2, | ||
| const VECTOR_D * | TrianglePos3, | ||
| const VECTOR_D * | PointPos, | ||
| TRIANGLE_POINT_RESULT_D * | Result | ||
| ) |
| float DxLib::Triangle_Point_MinLength | ( | VECTOR | TrianglePos1, |
| VECTOR | TrianglePos2, | ||
| VECTOR | TrianglePos3, | ||
| VECTOR | PointPos | ||
| ) |
| float DxLib::Triangle_Point_MinLength_Square | ( | VECTOR | TrianglePos1, |
| VECTOR | TrianglePos2, | ||
| VECTOR | TrianglePos3, | ||
| VECTOR | PointPos | ||
| ) |
| double DxLib::Triangle_Point_MinLength_SquareD | ( | VECTOR_D | TrianglePos1, |
| VECTOR_D | TrianglePos2, | ||
| VECTOR_D | TrianglePos3, | ||
| VECTOR_D | PointPos | ||
| ) |
| double DxLib::Triangle_Point_MinLengthD | ( | VECTOR_D | TrianglePos1, |
| VECTOR_D | TrianglePos2, | ||
| VECTOR_D | TrianglePos3, | ||
| VECTOR_D | PointPos | ||
| ) |
| float DxLib::Triangle_Triangle_MinLength | ( | VECTOR | Triangle1Pos1, |
| VECTOR | Triangle1Pos2, | ||
| VECTOR | Triangle1Pos3, | ||
| VECTOR | Triangle2Pos1, | ||
| VECTOR | Triangle2Pos2, | ||
| VECTOR | Triangle2Pos3 | ||
| ) |
| float DxLib::Triangle_Triangle_MinLength_Square | ( | VECTOR | Triangle1Pos1, |
| VECTOR | Triangle1Pos2, | ||
| VECTOR | Triangle1Pos3, | ||
| VECTOR | Triangle2Pos1, | ||
| VECTOR | Triangle2Pos2, | ||
| VECTOR | Triangle2Pos3 | ||
| ) |
| double DxLib::Triangle_Triangle_MinLength_SquareD | ( | VECTOR_D | Triangle1Pos1, |
| VECTOR_D | Triangle1Pos2, | ||
| VECTOR_D | Triangle1Pos3, | ||
| VECTOR_D | Triangle2Pos1, | ||
| VECTOR_D | Triangle2Pos2, | ||
| VECTOR_D | Triangle2Pos3 | ||
| ) |
| double DxLib::Triangle_Triangle_MinLengthD | ( | VECTOR_D | Triangle1Pos1, |
| VECTOR_D | Triangle1Pos2, | ||
| VECTOR_D | Triangle1Pos3, | ||
| VECTOR_D | Triangle2Pos1, | ||
| VECTOR_D | Triangle2Pos2, | ||
| VECTOR_D | Triangle2Pos3 | ||
| ) |
| void DxLib::TriangleBarycenter | ( | VECTOR | TrianglePos1, |
| VECTOR | TrianglePos2, | ||
| VECTOR | TrianglePos3, | ||
| VECTOR | Position, | ||
| float * | TrianglePos1Weight, | ||
| float * | TrianglePos2Weight, | ||
| float * | TrianglePos3Weight | ||
| ) |
| void DxLib::TriangleBarycenterD | ( | VECTOR_D | TrianglePos1, |
| VECTOR_D | TrianglePos2, | ||
| VECTOR_D | TrianglePos3, | ||
| VECTOR_D | Position, | ||
| double * | TrianglePos1Weight, | ||
| double * | TrianglePos2Weight, | ||
| double * | TrianglePos3Weight | ||
| ) |
| int DxLib::UpdateIndexBuffer | ( | int | IndexBufHandle, |
| int | UpdateStartIndex, | ||
| int | UpdateIndexNum | ||
| ) |
| int DxLib::UpdateLayerdWindowForBaseImage | ( | const BASEIMAGE * | BaseImage | ) |
| int DxLib::UpdateLayerdWindowForBaseImageRect | ( | const BASEIMAGE * | BaseImage, |
| int | x1, | ||
| int | y1, | ||
| int | x2, | ||
| int | y2 | ||
| ) |
| int DxLib::UpdateLayerdWindowForPremultipliedAlphaBaseImage | ( | const BASEIMAGE * | BaseImage | ) |
| int DxLib::UpdateLayerdWindowForPremultipliedAlphaBaseImageRect | ( | const BASEIMAGE * | BaseImage, |
| int | x1, | ||
| int | y1, | ||
| int | x2, | ||
| int | y2 | ||
| ) |
| int DxLib::UpdateLayerdWindowForPremultipliedAlphaSoftImage | ( | int | SIHandle | ) |
| int DxLib::UpdateLayerdWindowForPremultipliedAlphaSoftImageRect | ( | int | SIHandle, |
| int | x1, | ||
| int | y1, | ||
| int | x2, | ||
| int | y2 | ||
| ) |
| int DxLib::UpdateLayerdWindowForSoftImage | ( | int | SIHandle | ) |
| int DxLib::UpdateLayerdWindowForSoftImageRect | ( | int | SIHandle, |
| int | x1, | ||
| int | y1, | ||
| int | x2, | ||
| int | y2 | ||
| ) |
| int DxLib::UpdateShaderConstantBuffer | ( | int | SConstBufHandle | ) |
| int DxLib::UpdateTransColorWindowRgn | ( | void | ) |
| int DxLib::UpdateVertexBuffer | ( | int | VertexBufHandle, |
| int | UpdateStartIndex, | ||
| int | UpdateVertexNum | ||
| ) |
| int DxLib::VectorTransform4 | ( | VECTOR * | Out, |
| float * | V4Out, | ||
| const VECTOR * | InVec, | ||
| const float * | V4In, | ||
| const MATRIX * | InMatrix | ||
| ) |
| int DxLib::VectorTransform4D | ( | VECTOR_D * | Out, |
| double * | V4Out, | ||
| const VECTOR_D * | InVec, | ||
| const double * | V4In, | ||
| const MATRIX_D * | InMatrix | ||
| ) |
| __inline VECTOR DxLib::VGet | ( | float | x, |
| float | y, | ||
| float | z | ||
| ) |
| __inline VECTOR_D DxLib::VGetD | ( | double | x, |
| double | y, | ||
| double | z | ||
| ) |
| float DxLib::VSize | ( | VECTOR | In | ) |
| double DxLib::VSizeD | ( | VECTOR_D | In | ) |
| int DxLib::vsnprintfDx | ( | TCHAR * | Buffer, |
| size_t | BufferSize, | ||
| const TCHAR * | FormatString, | ||
| va_list | Arg | ||
| ) |
| int DxLib::vsprintfDx | ( | TCHAR * | Buffer, |
| const TCHAR * | FormatString, | ||
| va_list | Arg | ||
| ) |
| __inline float DxLib::VSquareSize | ( | const VECTOR & | In | ) |
| __inline double DxLib::VSquareSizeD | ( | const VECTOR_D & | In | ) |
| int DxLib::vsscanfDx | ( | const TCHAR * | String, |
| const TCHAR * | FormatString, | ||
| va_list | Arg | ||
| ) |
| int DxLib::WaitKey | ( | void | ) |
| int DxLib::WaitTimer | ( | int | WaitTime | ) |
| int DxLib::WaitVSync | ( | int | SyncNum | ) |
| int DxLib::WritePitchShiftSoftSoundData | ( | int | SrcSoftSoundHandle, |
| int | DestSoftSoundHandle | ||
| ) |
| int DxLib::WriteSoftSoundData | ( | int | SoftSoundHandle, |
| LONGLONG | SamplePosition, | ||
| int | Channel1, | ||
| int | Channel2 | ||
| ) |
| int DxLib::WriteSoftSoundDataF | ( | int | SoftSoundHandle, |
| LONGLONG | SamplePosition, | ||
| float | Channel1, | ||
| float | Channel2 | ||
| ) |
| int DxLib::WriteTimeStretchSoftSoundData | ( | int | SrcSoftSoundHandle, |
| int | DestSoftSoundHandle | ||
| ) |